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
This happens when the user puts in the wrong kind of input and it gets passed to the endpoint. Anyone using this gem will have to account for this problem, so we might as well be nice and take care of it here.
WDLL
rescue URI::InvalidURIError and raise something like ArgumentError which is fancy talk for "bad input"
The text was updated successfully, but these errors were encountered:
This happens when the user puts in the wrong kind of input and it gets passed to the endpoint. Anyone using this gem will have to account for this problem, so we might as well be nice and take care of it here.
WDLL
ArgumentError
which is fancy talk for "bad input"The text was updated successfully, but these errors were encountered: