Api exception

PHOTO EMBED

Wed Jan 24 2024 17:06:13 GMT+0000 (Coordinated Universal Time)

Saved by @Timur #dart #flutter

class UnauthorisedException implements Exception {}
 
class ExceptionWithMessage implements Exception {
  final String message;
  const ExceptionWithMessage(this.message);
}
content_copyCOPY

Api errors