MismatchingTagsException

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

static
class MismatchingTagsException : Exception(
Tag
) {
const(Tag[2]) tags;
}

Meta