Exception: Lunetas::Error::AuthenticationError
- Defined in:
- lib/lunetas/error.rb
Instance Method Summary collapse
Methods inherited from BaseError
Instance Method Details
#code ⇒ Object
17 18 19 |
# File 'lib/lunetas/error.rb', line 17 def code 401 end |
#message ⇒ Object
20 21 22 |
# File 'lib/lunetas/error.rb', line 20 def "Permission denied" end |