Exception: AppStoreDevApi::Request::UnsupportedHTTPMethod
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- AppStoreDevApi::Request::UnsupportedHTTPMethod
- Defined in:
- lib/app_store_dev_api/request.rb
Instance Method Summary collapse
-
#initialize(http_method) ⇒ UnsupportedHTTPMethod
constructor
A new instance of UnsupportedHTTPMethod.
Constructor Details
#initialize(http_method) ⇒ UnsupportedHTTPMethod
Returns a new instance of UnsupportedHTTPMethod.
8 9 10 |
# File 'lib/app_store_dev_api/request.rb', line 8 def initialize(http_method) super "Unsupported HTTP Method: #{http_method}" end |