Exception: Lunetas::Error::APIError
- Defined in:
- lib/lunetas/error.rb
Instance Method Summary collapse
Methods inherited from BaseError
Instance Method Details
#code ⇒ Object
35 36 37 |
# File 'lib/lunetas/error.rb', line 35 def code 404 end |
#message ⇒ Object
38 39 40 |
# File 'lib/lunetas/error.rb', line 38 def "API route error" end |