Commit 921471e4 authored by jan.koester's avatar jan.koester
Browse files

test

parent fc1696d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,12 +34,13 @@
 */

#include <string>
#include <exception>

#pragma once

namespace libhttppp {
    
    class HTTPException {
    class HTTPException : public std::exception {
    public:
        HTTPException();
        HTTPException(const HTTPException &exp);