Exception: StandardError
- Defined in:
- lib/gems/dm-core-0.9.9/lib/dm-core/support/errors.rb
Overview
module DataMapper
Direct Known Subclasses
Addressable::IDNA::PunycodeBadInput, Addressable::IDNA::PunycodeBigOutput, Addressable::IDNA::PunycodeOverflow, Addressable::URI::InvalidOptionError, Addressable::URI::InvalidTemplateOperatorError, Addressable::URI::InvalidTemplateValueError, Addressable::URI::InvalidURIError, Addressable::URI::TemplateOperatorAbortedError, DataMapper::DuplicateMigrationNameError, DataMapper::IncompleteResourceError, DataMapper::MaterializationError, DataMapper::ObjectNotFoundError, DataMapper::PersistenceError, DataMapper::PluginNotFoundError, DataMapper::RepositoryNotSetupError, DataMapper::TypeMap::Error, DataMapper::ValidationError, DataObjects::LengthMismatchError, JSON::JSONError
Instance Method Summary collapse
-
#display ⇒ Object
Displays the specific error message and the backtrace associated with it.
Methods inherited from Exception
Instance Method Details
#display ⇒ Object
Displays the specific error message and the backtrace associated with it.
20 21 22 |
# File 'lib/gems/dm-core-0.9.9/lib/dm-core/support/errors.rb', line 20 def display "#{}\n\t#{backtrace.join("\n\t")}" end |