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

- old
+ new

@@ -21,11 +21,11 @@ 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 405 HTTP status code + class Gone < Error; end # Raised when TicketingHub returns a 406 HTTP status code class NotAcceptable < Error; end # Raised when TicketingHub returns a 422 HTTP status code \ No newline at end of file