kameloso ~master (2023-07-07T16:26:17.4135742)
Dub
Repo
ConfigurationFileReadFailureException.this
kameloso
configreader
ConfigurationFileReadFailureException
Create a new
ConfigurationFileReadFailureException
, without attaching a filename.
this
(string message, string file, size_t line, Throwable nextInChain)
class
ConfigurationFileReadFailureException
@
safe
pure nothrow @
nogc
@
safe
this
(
const
string
message
,
const
string
file
= __FILE__
,
const
size_t
line
= __LINE__
,
Throwable
nextInChain
= null
)
this
(string message, string filename, string file, size_t line, Throwable nextInChain)
Meta
Source
See Implementation
kameloso
configreader
ConfigurationFileReadFailureException
constructors
this
variables
filename
Create a new ConfigurationFileReadFailureException, without attaching a filename.