Exception: ApiClient::Exceptions::BadlyConfigured

Inherits:
StandardError
  • Object
show all
Defined in:
lib/api-client/exceptions/badly_configured.rb

Overview

Exception for requests where the full path is not properly configured.

Class Method Summary collapse

Class Method Details

.initialize(name) ⇒ NotConfigured

Initialize a new exception.

Returns:

  • (NotConfigured)

    a new exception.



6
7
8
# File 'lib/api-client/exceptions/badly_configured.rb', line 6

def self.initialize(name)
  super("The api path #{name} is not properly configured!")
end