X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2Frecord.h;h=48dd8afee59fe37e8551f527c16172ef2722c8b8;hb=25c0504e3788f510af63125fc7e3c03dc8302e9c;hp=c06e6ad17114e1e5eb4e2862a950f80e8aef663e;hpb=44fdd6ec4486e0224d11324383b7a99d89e550d2;p=cassiopeia.git diff --git a/src/io/record.h b/src/io/record.h index c06e6ad..48dd8af 100644 --- a/src/io/record.h +++ b/src/io/record.h @@ -4,7 +4,7 @@ #include #include - +#include #include "bios.h" #include "io/opensslBIO.h" @@ -90,7 +90,7 @@ public: void unpackFromString( const std::string& str ) { if( str.size() != RECORD_HEADER_SIZE ) { - throw "Invalid string length"; + throw std::runtime_error("Invalid string length"); } auto it = str.cbegin();