public NotFoundException(GeneralErrorResponse response) : base(response.mesaj) { this.response = response; }
public UnauthorizedException(GeneralErrorResponse response) : base(response.mesaj) { this.response = response; }
public BadRequestException(GeneralErrorResponse response) : base(response.mesaj) { this.response = response; }