class X::Syntax::Number::RadixOutOfRange
ErrorsCollection

class X::Syntax::Number::RadixOutOfRange

Compilation error due to an unallowed radix in a number literal

class X::Syntax::Number::RadixOutOfRange does X::Syntax { }

Syntax error that is thrown when the radix of a radix number is not allowed, like :1<1> or :42<ouch> .

Methods

method radix

method radix(--> Int:D)

The offensive radix.