gccjitd v0.1.0 (2015-01-25T20:32:33Z)
Home
Dub
Repo
ParseError
toy
diag
Recoverable errors in input logic.
class
ParseError : Exception {
this
(string msg, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, Throwable next)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
toy
diag
classes
InternalError
ParseError
Recoverable errors in input logic.