Exception: Moneta::Front::HTTPException
- Inherits:
-
StandardError
- Object
- StandardError
- Moneta::Front::HTTPException
- Defined in:
- lib/moneta/front/http_exception.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
8 9 10 |
# File 'lib/moneta/front/http_exception.rb', line 8 def inspect "HTTPException: #{ message }" end |
#to_hash ⇒ Object
4 5 6 |
# File 'lib/moneta/front/http_exception.rb', line 4 def to_hash { message: } end |