lib/ticketing_hub/error.rb in ticketinghub-1.0.0 vs lib/ticketing_hub/error.rb in ticketinghub-1.0.1

- old
+ new

@@ -21,9 +21,12 @@ class Forbidden < Error; end # Raised when TicketingHub returns a 404 HTTP status code class NotFound < Error; end + # Raised when TicketingHub returns a 404 HTTP status code + class NotFound < Error; end + # Raised when TicketingHub returns a 406 HTTP status code class NotAcceptable < Error; end # Raised when TicketingHub returns a 422 HTTP status code class UnprocessableEntity < Error; end \ No newline at end of file