ApplicationError constructor

ApplicationError(
  1. String message
)

Implementation

ApplicationError(String message) : super(message);