Exception: Beachcomber::DaemonNotRunning

Inherits:
CombError show all
Defined in:
lib/beachcomber/errors.rb

Overview

One class per CombError variant on the Rust side (see libbeachcomber-ffi/src/envelope.rs).

Instance Attribute Summary

Attributes inherited from CombError

#kind

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ DaemonNotRunning

Returns a new instance of DaemonNotRunning.



65
66
67
# File 'lib/beachcomber/errors.rb', line 65

def initialize(message)
  super('daemon_not_running', message)
end