Exception: StandardError

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

Overview

module DataMapper

Instance Method Summary collapse

Methods inherited from Exception

json_create, #to_json

Instance Method Details

#displayObject

Displays the specific error message and the backtrace associated with it.



20
21
22
# File 'lib/gems/dm-core-0.9.7/lib/dm-core/support/errors.rb', line 20

def display
  "#{message}\n\t#{backtrace.join("\n\t")}"
end