The goog.debug.Error Class

goog.debug.Error
> Error

goog.debug.Error(opt_msg)

Base class for custom error objects.

opt_msg {*=}
The message associated with the error.

.name