class Sthx::SyntaxError
- Sthx::SyntaxError
- Exception
- Reference
- Object
Overview
Raised when rule application fails.
Simply an exception wrapper around Apply::Err
. See the latter for some
handy error-related methods.
Defined in:
synthax/error.crConstructors
Instance Method Summary
-
#err : Sthx::Apply::Err
Returns the underlying application error object.
-
#humanize(*args, **options)
See
Apply::Err
. -
#humanize(*args, **options, &)
See
Apply::Err
.