Exception: Demiurge::Errors::NoSuchActionError

Inherits:
BadScriptError show all
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.

Since:

  • 0.0.1

Instance Attribute Summary

Attributes inherited from Exception

#execution_context, #info

Method Summary

Methods inherited from Exception

#backtrace_chain, #formatted, #initialize, #jsonable

Constructor Details

This class inherits a constructor from Demiurge::Errors::Exception