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