dub v1.30.0 (2022-11-14T16:08:40Z)
Dub
Repo
TypeConfigException.this
configy
Exceptions
TypeConfigException
Constructor
this
(Node node, string expected, string path, string key, string file, size_t line)
this
(string actual, string expected, string path, string key, Mark position, string file, size_t line)
class
TypeConfigException
@
safe
pure nothrow @
nogc
this
(
string
actual
,
string
expected
,
string
path
,
string
key
,
Mark
position
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
Meta
Source
See Implementation
configy
Exceptions
TypeConfigException
constructors
this
functions
formatMessage
variables
actual
expected
Constructor