ym.UnknownException
Overview
An exception that describes an unknown behavior. Extends ym.Exception
.
Initialization
Constructor(message)
Example call
throw new ym.UnknownException("Something unexpected has happened!");
An exception that describes an unknown behavior. Extends ym.Exception
.
throw new ym.UnknownException("Something unexpected has happened!");