CustomExceptionHandlers constructor

CustomExceptionHandlers(
  1. {required dynamic error}
)

Implementation

CustomExceptionHandlers({required this.error});