The goog.debug.ErrorHandler.ProtectedFunctionError Class

goog.debug.ErrorHandler.ProtectedFunctionError
> goog.debug.Error
> Error

goog.debug.ErrorHandler.ProtectedFunctionError(cause)

Error thrown to the caller of a protected entry point if the entry point throws an error.

cause {*}
The error thrown by the entry point.

.MESSAGE_PREFIX {string}

Text to prefix the message with.

.cause {*}

The error thrown by the entry point.

.name

Inherited from goog.debug.Error .