Exception: Demiurge::Errors::AssetError
- Defined in:
- lib/demiurge/exception.rb
Overview
An AssetError means that there's a problem in the format of a TMX file, image, JSON file or other game asset. It is unlikely to be retryable, but it isn't normally the result of bad admin-written code.
Direct Known Subclasses
BadlyFormedGeneratorRule, DemiRuleFormatError, NoSuchNameInGenerator, TmxFormatError
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