UserNotFoundException constructor

UserNotFoundException()

Implementation

UserNotFoundException()
    : super(
        'can\'t find the user ',
        ErrorCodes.userNotFound,
        errorCode: HttpStatus.notFound,
      );