class Sthx::SyntaxError

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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(err : Apply::Err) #

[View source]

Instance Method Detail

def err : Sthx::Apply::Err #

Returns the underlying application error object.


[View source]
def humanize(*args, **options) #

See Apply::Err.


[View source]
def humanize(*args, **options, &) #

See Apply::Err.


[View source]