class Keybase::Local::Exceptions::ChatError

Raised whenever a {Keybase::Local::Chat} 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/local/exceptions.rb, line 31
def initialize(message)
  super message
end