1
0
Fork 0
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:
King_DuckZ 2017-05-16 18:54:00 +01:00
commit 10da16051c
7 changed files with 97 additions and 16 deletions

View file

@ -25,6 +25,7 @@ namespace tawashi {
PastieNotSaved,
UserFlooding,
UnkownReason,
RedisDisconnected
RedisDisconnected,
MissingPostVariable
)
} //namespace tawashi