Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hrx
master
HRX
File
InvalidError
Built with Crystal 1.9.2
2023-10-08 02:44:56 UTC
class
HRX::InvalidError
HRX::InvalidError
Exception
Reference
Object
Overview
Raised when the parser encountered a format error.
Defined in:
hrx.cr
Constructors
.new
(message, line : Int32 =
0
, column : Int32 =
0
)
Constructor Detail
def self.
new
(message, line : Int32 =
0
, column : Int32 =
0
)
#
[
View source
]