OSDN Git Service

t#31085:raise err when input invalid encoding string
[pettanr/pettanr.git] / config / application.rb
index b9b64d6..ae6f2cc 100644 (file)
@@ -90,5 +90,7 @@ end
 
 module Pettanr
   TestLayout = false
+  class BadRequest < StandardError
+  end
 end