You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We prefer typed error over Error(string) because using strings significantly increases codesize. We also want to use such errors instead of naked reverts to provide informative feedback to help with debugging such errors.
Followup for #555
We prefer typed
erroroverError(string)because using strings significantly increases codesize. We also want to use such errors instead of naked reverts to provide informative feedback to help with debugging such errors.