MismatchingTagsException

Thrown if two operands require the same tag but different were provided.

static
class MismatchingTagsException : Exception(
Tag
) {}

Constructors

this
this(Tag tagA, Tag tagB)
Undocumented in source.

Members

Variables

tags
const(Tag[2]) tags;
Undocumented in source.

Meta