class Keybase::API::Exceptions::APIError

Raised whenever an {API} call fails.

Public Class Methods

new(message) click to toggle source

@param message [String] the error message returned by the API

Calls superclass method
# File lib/keybase/api/exceptions.rb, line 10
def initialize(message)
  super message
end