Exception: Aikido::Zen::DetachedAgentError
- Inherits:
-
Aikido::ZenError
- Object
- RuntimeError
- Aikido::ZenError
- Aikido::Zen::DetachedAgentError
- Extended by:
- Forwardable
- Defined in:
- lib/aikido/zen/errors.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ DetachedAgentError
constructor
A new instance of DetachedAgentError.
Constructor Details
#initialize(msg) ⇒ DetachedAgentError
Returns a new instance of DetachedAgentError.
113 114 115 |
# File 'lib/aikido/zen/errors.rb', line 113 def initialize(msg) super end |