class

Sthx::SyntaxError

Inherits Exception < Reference < Object

Raised when rule application fails.

Simply an exception wrapper around Apply::Err. See the latter for some handy error-related methods.

Constructors

new(err : Apply::Err)
Source

Instance methods

err

Returns the underlying application error object.

Source
humanize(*args, **options)

See Apply::Err.

Source
humanize(*args, **options, &)

See Apply::Err.

Source