ppc v0.3.0 (2019-11-23T19:38:15Z)
Dub
Repo
DerelictException
derelict
util
exception
Base class for all exceptions thrown by Derelict packages.
class
DerelictException : Exception {
this
(string msg, size_t line, string file);
}
Constructors
this
this
(string msg, size_t line, string file)
Undocumented in source.
Meta
Source
See Implementation
derelict
util
exception
aliases
MissingSymbolCallback
MissingSymbolCallbackDg
MissingSymbolCallbackFunc
classes
DerelictException
SharedLibLoadException
SymbolLoadException
enums
ShouldThrow
Base class for all exceptions thrown by Derelict packages.