gccjitd ~master (2018-07-19T06:24:39Z)
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.