Exception: Demiurge::Errors::LocationNameNotFoundError

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

Since:

  • 0.4.0

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