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