Exception: AppStoreConnect::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.



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

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