Exception: Demiurge::Errors::ReloadError

Inherits:
Exception
  • Object
show all
Defined in:
lib/demiurge/exception.rb

Overview

A ReloadError is a result of state that doesn't match perfectly on reload. Deleting non-transient objects, renaming objects, giving objects a new type and changing an object's state format can all give a ReloadError in certain circumstances.

Since:

  • 0.0.1

Direct Known Subclasses

CannotLoadWorldFiles, NonMatchingStateError

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