Sha256: 93c9be53eb143cf9c615a265a6eb14a6fc6ac7a480483a71aa7a184775eb2ada

Contents?: true

Size: 298 Bytes

Versions: 8

Compression:

Stored size: 298 Bytes

Contents

# Exception for requests where the full path is not properly configured.
class ApiClient::Exceptions::NotConfigured < StandardError
  # Initialize a new exception.
  #
  # @return [NotConfigured] a new exception.
  def self.initialize
    super('The api path is not properly configured!')
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
api-client-2.3.0 lib/api-client/exceptions/not_configured.rb
api-client-2.2.0 lib/api-client/exceptions/not_configured.rb
api-client-2.1.0 lib/api-client/exceptions/not_configured.rb
api-client-2.0.3 lib/api-client/exceptions/not_configured.rb
api-client-2.0.2 lib/api-client/exceptions/not_configured.rb
api-client-2.0.1 lib/api-client/exceptions/not_configured.rb
api-client-2.0.0 lib/api-client/exceptions/not_configured.rb
api-client-2.0.0.rc2 lib/api-client/exceptions/not_configured.rb