gccjitd v0.1.0 (2015-01-25T20:32:33Z)
Home
Dub
Repo
InternalError
toy
diag
ICE in program logic.
class
InternalError : Error {
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
ICE in program logic.