sneed
This commit is contained in:
commit
7a70033dee
944 changed files with 2128438 additions and 0 deletions
5
ruqqus/classes/custom_errors.py
Normal file
5
ruqqus/classes/custom_errors.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
class PaymentRequired(Exception):
|
||||
status_code=402
|
||||
def __init__(self):
|
||||
Exception.__init__(self)
|
||||
self.status_code=402
|
Loading…
Add table
Add a link
Reference in a new issue