Skip to content

Commit

Permalink
Merge pull request #49 from supabase-community/inherit-from-exception
Browse files Browse the repository at this point in the history
Inherit from Exception
  • Loading branch information
leynier committed Jan 2, 2022
2 parents 4590472 + 3347136 commit f415aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotrue/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


@dataclass
class APIError(BaseException):
class APIError(Exception):
msg: str
code: int

Expand Down

0 comments on commit f415aa0

Please sign in to comment.