Exception: Request::HttpMethodError
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- Request::HttpMethodError
- Defined in:
- lib/source/redshift/request.rb
Overview
HttpMethodError is raised when a Request object’s HTTP method is not one of GET, POST, PUT, or DELETE.
Method Summary
Methods inherited from Exception
#backtrace, exception, #exception, #initialize, #inspect, #message, #set_backtrace, #to_s, #to_str
Constructor Details
This class inherits a constructor from Exception