std.asserterror
Functions
static
void
_d_assert
(
char
[]
filename
,
uint
line
)
static
void
_d_assert_msg
(
char
[]
msg
,
char
[]
filename
,
uint
line
)
Classes
AssertError
:
Error
Super hierarchy:
Object
->
Exception
->
Error
->
AssertError
Fields
filename
:
char
[]
linnum
:
uint
Constructors
this
(
char
[]
filename
,
uint
linnum
)
Inherited methods
from
Object
:
factory
,
notifyRegister
,
notifyUnRegister
,
opCmp
,
opEquals
,
print
,
toHash
,
toString
from
Exception
:
print
,
toString