Exception: AppStoreConnect::Request::UnsupportedHTTPMethod

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/app_store_connect/request.rb

Instance Method Summary collapse

Constructor Details

#initialize(http_method) ⇒ UnsupportedHTTPMethod

Returns a new instance of UnsupportedHTTPMethod.



8
9
10
# File 'lib/app_store_connect/request.rb', line 8

def initialize(http_method)
  super "Unsupported HTTP Method: #{http_method}"
end