mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-10 09:05:48 +02:00
Work on interest system
This commit is contained in:
parent
a1345f9138
commit
de7b5cd960
9 changed files with 196 additions and 59 deletions
|
|
@ -7,3 +7,7 @@ class DoubleNightly(Exception):
|
|||
|
||||
class NotEnoughDinks(Exception):
|
||||
"""Exception raised when trying to do something you don't have the Dinks for"""
|
||||
|
||||
|
||||
class SavingsCapExceeded(Exception):
|
||||
"""Exception raised when trying to save more Dinks than the cap allows"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue