Class: Keybase::Local::Exceptions::KeybaseNotLoggedInError

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

Overview

Raised whenever Keybase is running without a logged-in user.

Instance Method Summary collapse

Constructor Details

#initializeKeybaseNotLoggedInError

Returns a new instance of KeybaseNotLoggedInError.



16
17
18
# File 'lib/keybase/local/exceptions.rb', line 16

def initialize
  super "a user needs to be logged in"
end