FeaturesException.this

Constructor which takes an error message.

class FeaturesException
@safe pure
this
(
string msg = "There is value in the sample that incompatible with all PDFs or machine precision is insufficient."
,
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