Class: Keybase::Local::Exceptions::KeybaseNotInstalledError

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

Overview

Raised if a Keybase installation can't be found.

Instance Method Summary collapse

Constructor Details

#initializeKeybaseNotInstalledError

Returns a new instance of KeybaseNotInstalledError.



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

def initialize
  super "keybase needs to be installed"
end