sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
CompileException
source
exception
Undocumented in source.
class
CompileException :
Exception
{
import
source
.
location
;
;
Location
location
;
CompileException
more
;
string
fixHint
;
this
(Location loc, string message);
this
(Location loc, string message, CompileException more);
import
source
.
context
;
;
auto
getFullLocation
(Context c);
}
Constructors
this
this
(Location loc, string message)
Undocumented in source.
this
this
(Location loc, string message, CompileException more)
Undocumented in source.
Members
Functions
getFullLocation
auto
getFullLocation
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fixHint
string
fixHint
;
Undocumented in source.
location
Location
location
;
Undocumented in source.
more
CompileException
more
;
Undocumented in source.
Meta
Source
See Implementation
source
exception
classes
CompileException