Commit b4aedab0 authored by jan.koester's avatar jan.koester
Browse files

test

parent a97a59b1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <cstddef>
#include <sstream>
#include <ios>
#include <exception>

/*
 * Error Statas
@@ -46,7 +47,7 @@

namespace netplus {

    class NetException {
    class NetException : public std::exception {
    public:
        
        NetException();