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
So, I don't want to have to extend DioException. I want to be able to use interceptors to handle DioException errors with my own error class that extends Exception without dying trying. But it definitely doesn't work. There is no information about this in the documentation. I have a package that is an api and I don't want the applications that use it to have to install Dio just to handle DioException or in the worst case if I changed to Dio for whatever we would have to make a big change.
Request Statement
So, I don't want to have to extend DioException. I want to be able to use interceptors to handle DioException errors with my own error class that extends Exception without dying trying. But it definitely doesn't work. There is no information about this in the documentation. I have a package that is an api and I don't want the applications that use it to have to install Dio just to handle DioException or in the worst case if I changed to Dio for whatever we would have to make a big change.
Solution Brainstorm
The text was updated successfully, but these errors were encountered: