Docs (4.0.0)
Errors and logging

class AppException

A class that represents an application error, including a localizable message.

class AppException
extends Error

Notes

  • AppException classes should be created using the static AppException.type() factory method, which stores the error name and message format to be used by the new constructor.

Static Members

Instance Members