Clean up
This commit is contained in:
parent
68595dcb7a
commit
11bd7778cf
14 changed files with 58 additions and 68 deletions
|
|
@ -4,6 +4,7 @@ class MessageSupplyException(Exception):
|
|||
pass
|
||||
|
||||
class ShouldNeverHappen(Exception):
|
||||
|
||||
def __init__(self, number: int) -> None:
|
||||
message = (f"SNV{number:05} - please contact @Garmy with the code on"
|
||||
" the left if you see this")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue