phlogiston ~master (2022-03-16T03:36:29.831741)
Dub
Repo
AssemblerError
phlogiston
assembler
assembler
Error raised if an error is encountered while assembling code.
class
AssemblerError : Exception {
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
phlogiston
assembler
assembler
classes
Assembler
AssemblerError
Error raised if an error is encountered while assembling code.