class Keybase::Local::Exceptions::KBFSNotRunningError

Raised whenever KBFS is not running locally.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/keybase/local/exceptions.rb, line 23
def initialize
  super "KBFS needs to be enabled and running"
end