Exception: StandardError
- Inherits:
-
Exception
- Object
- Exception
- StandardError
- Defined in:
- lib/dm-core/support/errors.rb
Overview
module DataMapper
Direct Known Subclasses
DataMapper::IncompleteResourceError, DataMapper::MaterializationError, DataMapper::ObjectNotFoundError, DataMapper::PersistenceError, DataMapper::PluginNotFoundError, DataMapper::RepositoryNotSetupError, DataMapper::TypeMap::Error, DataMapper::ValidationError
Instance Method Summary collapse
-
#display ⇒ Object
Displays the specific error message and the backtrace associated with it.
Instance Method Details
#display ⇒ Object
Displays the specific error message and the backtrace associated with it.
20 21 22 |
# File 'lib/dm-core/support/errors.rb', line 20 def display "#{}\n\t#{backtrace.join("\n\t")}" end |