toml-foolery ~master (2021-11-04T13:35:56Z)
Dub
Repo
TomlDecodingException.this
toml_foolery
decode
exceptions
TomlDecodingException
See
Exception.this()
this
(string msg, string file, size_t line, Throwable nextInChain)
class
TomlDecodingException
package @
nogc
@
safe
pure nothrow
this
(
string
msg
,
string
file
= __FILE__
,
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
toml_foolery
decode
exceptions
TomlDecodingException
constructors
this
See Exception.this()