lib/http_error.rb in http-errors-0.1.1 vs lib/http_error.rb in http-errors-0.1.3
- old
+ new
@@ -7,8 +7,10 @@
# Errors
require "http_error/bad_request"
require "http_error/forbidden"
require "http_error/internal_server_error"
+require "http_error/not_found"
require "http_error/not_implemented"
require "http_error/teapot"
+require "http_error/to_many_requests"
require "http_error/unauthorized"