phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
UTFException.this
std
utf
UTFException
Standard exception constructors.
this
(string msg, string file, size_t line, Throwable next)
this
(string msg, size_t index, string file, size_t line, Throwable next)
class
UTFException
@
safe
pure nothrow
this
(
string
msg
,
size_t
index
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
next
= null
)
Meta
Source
See Implementation
std
utf
UTFException
constructors
this
functions
toString
Standard exception constructors.