Class: Keybase::Local::Exceptions::KeybaseNotRunningError

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

Overview

Raised whenever Keybase is not running locally.

Instance Method Summary collapse

Constructor Details

#initializeKeybaseNotRunningError

Returns a new instance of KeybaseNotRunningError.



9
10
11
# File 'lib/keybase/local/exceptions.rb', line 9

def initialize
  super "keybase needs to be running"
end