class Keybase::Local::Exceptions::KeybaseNotLoggedInError
Raised whenever Keybase
is running without a logged-in user.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/keybase/local/exceptions.rb, line 16 def initialize super "a user needs to be logged in" end