libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
raise
libd
util
errorhandling
Undocumented in source. Be warned that the author may not have intended to support it.
BcError
raise
(bcstring message, int errorCode)
@
nogc
nothrow
BcError
raise
(
string
File
=
__FILE_FULL_PATH__
string
Function
= __PRETTY_FUNCTION__
string
Module
= __MODULE__
size_t
Line
= __LINE__
)
(
bcstring
message
,
int
errorCode
= 0
)
BcError
raise
(String message, int errorCode)
Meta
Source
See Implementation
libd
util
errorhandling
functions
assumeValid
bcAssert
displayError
formatError
onOutOfMemoryError
raise
result
throwError
structs
BcError
SimpleResult