Api exception

PHOTO EMBED

Tue Jan 09 2024 10:10:05 GMT+0000 (Coordinated Universal Time)

Saved by @Samuel1347 #flutter #dart

class UnauthorisedException implements Exception {}

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

Api errors