Class: Keybase::Local::Exceptions::ChatError

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

Overview

Raised whenever a Chat call fails.

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ChatError

Returns a new instance of ChatError.

Parameters:

  • message (String)

    the error message returned by the API



31
32
33
# File 'lib/keybase/local/exceptions.rb', line 31

def initialize(message)
  super message
end