Class: Lookout::Exception::Unknown
- Defined in:
- lib/lookout-3.0/exception/unknown.rb
Overview
Wraps an exception that was raised while trying to determine an exception’s class to make it behave like an exception class.
Instance Method Summary collapse
-
#inspect ⇒ Object
The message explaining that the exception’s class couldn’t be determined and why that is so.
- #name ⇒ Object
Instance Method Details
#inspect ⇒ Object
Returns The message explaining that the exception’s class couldn’t be determined and why that is so.
17 |
# File 'lib/lookout-3.0/exception/unknown.rb', line 17 def inspect; '(%s)' % end |