Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Jan 15, 2024
1 parent 7635e66 commit 54a416a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/tenant_token/exceptions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ class NotUTCException implements Exception {
class InvalidApiKeyException implements Exception {
const InvalidApiKeyException();
}

class JWTException implements Exception {
const JWTException();
}

0 comments on commit 54a416a

Please sign in to comment.