lib/burghers/exceptions.rb in burghers-0.0.3 vs lib/burghers/exceptions.rb in burghers-0.0.4
- old
+ new
@@ -1,7 +1,10 @@
module Burghers
class DocumentTooSmallError < RuntimeError
end
+ class UnsupportedLanguageError < RuntimeError
+ end
+
class CalaisResponseError < RuntimeError
end
end