MixtureOptimizerException.this

Constructor which takes an error message.

class MixtureOptimizerException
@safe pure
this
(
string msg
,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

msg string

Message describing the error.

file string

The file where the error occurred.

line size_t

The line where the error occurred.

Meta