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
Currently we throwErrorException for any error raised by ecCodes. It might be worthwhile to change this to a custom error type that is a subtype of Exception. This would be a breaking change, so it'd go in 0.4.
The text was updated successfully, but these errors were encountered:
Currently we
throw
ErrorException
for any error raised by ecCodes. It might be worthwhile to change this to a custom error type that is a subtype ofException
. This would be a breaking change, so it'd go in 0.4.The text was updated successfully, but these errors were encountered: