Class: Keybase::Local::Exceptions::KBFSNotRunningError

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

Overview

Raised whenever KBFS is not running locally.

Instance Method Summary collapse

Constructor Details

#initializeKBFSNotRunningError

Returns a new instance of KBFSNotRunningError.



23
24
25
# File 'lib/keybase/local/exceptions.rb', line 23

def initialize
  super "KBFS needs to be enabled and running"
end