TApplicationError constructor

TApplicationError([
  1. int type = TApplicationErrorType.UNKNOWN,
  2. String message = ""
])

Implementation

TApplicationError(
    [int type = TApplicationErrorType.UNKNOWN, String message = ""])
    : super(type, message);