dub v1.32.1-beta.1 (2023-04-15T20:33:32Z)
Dub
Repo
UnknownCompilerException
dub
compilers
compiler
Exception thrown in getCompiler if no compiler matches the given name.
class
UnknownCompilerException : Exception {
this
(string compilerName, string file, size_t line, Throwable nextInChain);
}
Constructors
this
this
(string compilerName, string file, size_t line, Throwable nextInChain)
Undocumented in source.
Meta
Source
See Implementation
dub
compilers
compiler
classes
CompilerInvocationException
UnknownCompilerException
UnsupportedArchitectureException
functions
getCompiler
registerCompiler
interfaces
Compiler
Exception thrown in getCompiler if no compiler matches the given name.