Exception: FalkorLib::Error
- Inherits:
-
StandardError
- Object
- StandardError
- FalkorLib::Error
- Defined in:
- lib/falkorlib/error.rb
Overview
Errors
Direct Known Subclasses
AbortError, ArgumentError, ExecError, Exit, FalkorError, InternalError, TemplateNotFound
Class Attribute Summary collapse
-
.status_code ⇒ Object
Returns the value of attribute status_code.
Instance Method Summary collapse
Class Attribute Details
.status_code ⇒ Object
Returns the value of attribute status_code.
14 15 16 |
# File 'lib/falkorlib/error.rb', line 14 def status_code @status_code end |
Instance Method Details
#status_code ⇒ Object
18 19 20 |
# File 'lib/falkorlib/error.rb', line 18 def status_code self.class.status_code end |