UnexpectedErrorException constructor

UnexpectedErrorException(
  1. String title,
  2. String? message
)

Implementation

UnexpectedErrorException(String title, String? message)
    : super(title, message);