BehaviourError

* Contains the Exception information

@safe
@recordType("BDDError")
struct BehaviourError {
ulong line;
string file;
}

Members

Variables

msg
string msg;

Error message in the Exception

trace
string[] trace;

. Exception line trace of in the exception