lib/celerity/exception.rb in walidhalabi-celerity-0.0.6.12 vs lib/celerity/exception.rb in walidhalabi-celerity-0.0.6.13
- old
+ new
@@ -71,7 +71,13 @@
# This exception is thrown if an unexpected content type is returned by the server.
#
class UnexpectedPageException < CelerityException; end
+ #
+ # This exception is thrown if an unexpected content type is returned by the server.
+ #
+
+ class CookieNotFoundError < CelerityException; end
+
end # Exception
end # Celerity
\ No newline at end of file