unit-threaded ~parametrised_types_bug (2022-05-28T13:44:58.6264052)
Dub
Repo
CustomException
tests
fail
exception
Undocumented in source.
class
CustomException : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
tests
fail
exception
classes
CustomException
NormalException
functions
testCustomException
testNormalException