public RestSystemException()

in src/main/java/com/epam/digital/data/platform/starter/errorhandling/exception/RestSystemException.java [28:31]


  public RestSystemException(SystemErrorDto systemErrorDto, HttpStatus httpStatus) {
    super(systemErrorDto);
    this.httpStatus = httpStatus;
  }