mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
7 lines
194 B
Python
7 lines
194 B
Python
class HttpException(Exception):
|
|
"""Base Exception class representing a HTTP exception."""
|
|
|
|
|
|
class Unauthorized(HttpException):
|
|
"""A HTTP Exception raised when user is not authorized."""
|