Class: Keybase::Local::Exceptions::TeamError

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

Overview

Raised whenever a Team call fails.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TeamError

Returns a new instance of TeamError.

Parameters:

  • message (String)

    the error message returned by the API



39
40
41
# File 'lib/keybase/local/exceptions.rb', line 39

def initialize(message)
  super message
end