public ErrorResponse()

in src/main/java/org/apache/freemarker/onlinetester/model/ErrorResponse.java [26:29]


    public ErrorResponse(ErrorCode errorCode, String errorDescription) {
        this.errorCode = errorCode;
        this.errorDescription = errorDescription;
    }