Easypt

NotSupportedOnThisOSException

..Root.NotSupportedOnThisOSException

Constructs new NotSupportedOnThisOSException which is thrown when trying to do something not supported on current operating system.

Child of:

Root

Signatures:

NativeCallable, Callable

Example:

if (mysteriousCondition, {
    throw(NotSupportedOnThisOSException("Not supported!"));
});