Exception: Beachcomber::DaemonNotRunning
- 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
Instance Method Summary collapse
-
#initialize(message) ⇒ DaemonNotRunning
constructor
A new instance of DaemonNotRunning.
Constructor Details
#initialize(message) ⇒ DaemonNotRunning
Returns a new instance of DaemonNotRunning.
65 66 67 |
# File 'lib/beachcomber/errors.rb', line 65 def initialize() super('daemon_not_running', ) end |