mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-06 15:09:59 +00:00
Organize exceptions so it's easy to log errors locally.
This commit is contained in:
parent
32eadfc64d
commit
10da16051c
7 changed files with 97 additions and 16 deletions
|
@ -25,6 +25,7 @@ namespace tawashi {
|
|||
PastieNotSaved,
|
||||
UserFlooding,
|
||||
UnkownReason,
|
||||
RedisDisconnected
|
||||
RedisDisconnected,
|
||||
MissingPostVariable
|
||||
)
|
||||
} //namespace tawashi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue