The goog.labs.testing.MatcherError Class

goog.labs.testing.MatcherError
> goog.debug.Error
> Error

goog.labs.testing.MatcherError(opt_message)

Error thrown when a Matcher fails to match the input value.

opt_message {string=}
The error message.

.name

Inherited from goog.debug.Error .