Exception: Liquor::Error
- Inherits:
-
Diagnostic
- Object
- StandardError
- Diagnostic
- Liquor::Error
- Defined in:
- lib/liquor/diagnostics.rb
Direct Known Subclasses
ArgumentError, ArgumentTypeError, HostError, NameError, PartialError, SyntaxError, TypeError
Instance Attribute Summary
Attributes inherited from Diagnostic
Instance Method Summary collapse
Methods inherited from Diagnostic
#as_json, #decorate, #initialize, #tabify_column, #to_json
Constructor Details
This class inherits a constructor from Liquor::Diagnostic
Instance Method Details
#error? ⇒ Boolean
88 89 90 |
# File 'lib/liquor/diagnostics.rb', line 88 def error? true end |