class Keybase::Local::Exceptions::KeybaseNotRunningError
Raised whenever Keybase
is not running locally.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/keybase/local/exceptions.rb, line 9 def initialize super "keybase needs to be running" end