Exception: Demiurge::Errors::NoSuchActionError
- Inherits:
-
BadScriptError
- Object
- RuntimeError
- Exception
- BadScriptError
- Demiurge::Errors::NoSuchActionError
- Defined in:
- lib/demiurge/exception.rb
Overview
This exception occurs when trying to use an action that doesn't exist, such as from ActionItem#run_action or Agent#queue_action.
Instance Attribute Summary
Attributes inherited from Exception
Method Summary
Methods inherited from Exception
#backtrace_chain, #formatted, #initialize, #jsonable
Constructor Details
This class inherits a constructor from Demiurge::Errors::Exception