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