AppFunctionSystemUnknownException


class AppFunctionSystemUnknownException : AppFunctionSystemException


Thrown when an internal unexpected error comes from the system.

For example, the AppFunctionService implementation is not found by the system.

Summary

Public constructors

Inherited properties

String?

The error message.

Public constructors

AppFunctionSystemUnknownException

Added in 1.0.0-alpha02
AppFunctionSystemUnknownException(errorMessage: String? = null)