const NotImplemented({ String? message, ErrorType errorType = ErrorType.notImplemented, }) : super(errorType, message: message);