Method: Logcamp::LogcampError#to_s
- Defined in:
- lib/logcamp/errors/logcamp_error.rb
#to_s ⇒ Object
15 16 17 18 |
# File 'lib/logcamp/errors/logcamp_error.rb', line 15 def to_s status_string = @http_status.nil? ? "" : "(Status #{@http_status}) " "#{status_string}#{@message}" end |