#1 - quicr module
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
|
||||
namespace tw::net {
|
||||
|
||||
class ByteBufferOverflowException : public std::exception {
|
||||
const char* what() const noexcept override {
|
||||
return "Byte buffer overflow";
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user