Method: Hoss::Error::Exception#inspect

Defined in:
lib/hoss/error/exception.rb

#inspectObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



54
55
56
57
58
59
# File 'lib/hoss/error/exception.rb', line 54

def inspect
  '<Hoss::Error::Exception' \
    " type:#{type}" \
    " message:#{message}" \
    '>'
end