famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
49 stars 31 forks source link

refactor: Remove Matrix Connection Exception #1864

Closed krille-chan closed 2 weeks ago

krille-chan commented 2 weeks ago

This makes no sense anymore. In the past we tried to use this Exception type to have a unified exception for all network errors. However, this is only in use for the custom request method and for every other api call it is not. So to have the same error messages every time, we should just remove it. This only produces confusion.