2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-08-21 19:11:18 +08:00
Sam 2013-11-26 10:21:41 +11:00
parent 2eee7433f0
commit 3fa48f8d76
3 changed files with 28 additions and 22 deletions

View file

@ -25,6 +25,8 @@ module Discourse
# When ImageMagick is missing
class ImageMagickMissing < Exception; end
class InvalidPost < Exception; end
# Cross site request forgery
class CSRF < Exception; end