mirror of
https://github.com/stijndcl/didier.git
synced 2026-06-13 01:36:16 +02:00
6 lines
225 B
Python
6 lines
225 B
Python
class DoubleNightly(Exception):
|
|
"""Exception raised when claiming nightlies multiple times per day"""
|
|
|
|
|
|
class NotEnoughDinks(Exception):
|
|
"""Exception raised when trying to do something you don't have the Dinks for"""
|