Exception: TangaServices::HTTP::Exception
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- TangaServices::HTTP::Exception
- Defined in:
- lib/tanga_services/http.rb
Instance Method Summary collapse
Instance Method Details
#code ⇒ Object
14 15 16 |
# File 'lib/tanga_services/http.rb', line 14 def code cause.response.code if cause.try(:response) end |
#to_s ⇒ Object
10 11 12 |
# File 'lib/tanga_services/http.rb', line 10 def to_s cause.to_s end |