dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
bad_exception
core
stdcpp
exception
class
bad_exception :
exception
{
this
(const(char)* message);
version
(
GenericBaseException
)
const
(
char
)*
what
();
}
Constructors
this
this
(const(char)* message)
Members
Functions
what
const
(
char
)*
what
()
Inherited Members
From exception
~this
~this
()
what
const
(
char
)*
what
()
Meta
Source
See Implementation
core
stdcpp
exception
aliases
unexpected_handler
classes
bad_exception
exception
functions
get_terminate
get_unexpected
set_terminate
set_unexpected
terminate
uncaught_exception
uncaught_exceptions
unexpected