Exception: Demiurge::Errors::LocationNameNotFoundError
- Inherits:
-
BadScriptError
- Object
- RuntimeError
- Exception
- BadScriptError
- Demiurge::Errors::LocationNameNotFoundError
- Defined in:
- lib/demiurge/exception.rb
Overview
It's possible for bad or outdated location names to slip into the object state in various ways, such as outdated state files or incorrect actions or engine code. Sometimes this can only be detected some time later, after the fact. This error indicates our belief that this situation has occurred.
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