Exception: StandardError

Inherits:
Exception
  • Object
show all
Defined in:
lib/dm-core/support/errors.rb

Overview

module DataMapper

Instance Method Summary collapse

Instance Method Details

#displayObject

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
  "#{message}\n\t#{backtrace.join("\n\t")}"
end