Class: Ketchup::Exception::Error
- Inherits:
-
Object
- Object
- Ketchup::Exception::Error
- Includes:
- SupportedMongos, Mongoid::Document
- Defined in:
- lib/rails/error.rb
Instance Method Summary collapse
-
#join_backtrace ⇒ Object
Internal - Joins the backtrace array of an Exception into a String.
Instance Method Details
#join_backtrace ⇒ Object
Internal - Joins the backtrace array of an Exception into a String.
17 18 19 |
# File 'lib/rails/error.rb', line 17 def join_backtrace self.backtrace = self.backtrace.join("\n") if self.backtrace.respond_to?(:join) end |