CustomException constructor

CustomException(
  1. String? reason
)

Implementation

CustomException(this.reason);