Class: Keybase::API::Exceptions::APIError

Inherits:
Core::Exceptions::KeybaseError
  • Object
show all
Defined in:
lib/keybase/api/exceptions.rb

Overview

Raised whenever an Keybase::API call fails.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ APIError

Returns a new instance of APIError.

Parameters:

  • message (String)

    the error message returned by the API



10
11
12
# File 'lib/keybase/api/exceptions.rb', line 10

def initialize(message)
  super message
end