ComposerException

Exception thrown on composer errors.

Members

Mixins

__anonymous
mixin MarkedExceptionCtors
Undocumented in source.

Mixed In Members

From mixin MarkedExceptionCtors

this
this(string msg, Mark mark1, string mark2Label, Mark mark2, string file, size_t line)
Undocumented in source.
this
this(string msg, Mark mark, string file, size_t line)
Undocumented in source.
this
this(string msg, Mark mark1, string mark2Label, Nullable!Mark mark2, string file, size_t line)
Undocumented in source.

Inherited Members

From MarkedYAMLException

mark
Mark mark;

Position of the error.

mark2
Nullable!Mark mark2;

Additional position information, usually the start of a token or scalar

mark2Label
string mark2Label;

A label for the extra information

toString
void toString(W sink)
void toString(void delegate(in char[]) sink)

Custom toString to add context without requiring allocation up-front

message
const(char)[] message()

An override of message

Meta