1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 04:11:35 +01:00

Use custom exceptions everywhere

This commit is contained in:
Matias Fontanini
2017-05-13 10:59:15 -07:00
parent 1a83801722
commit 1ef5be352a
14 changed files with 37 additions and 37 deletions

View File

@@ -34,8 +34,6 @@
#include "mpls.h"
#include "utils/checksum_utils.h"
using std::runtime_error;
using Tins::Memory::InputMemoryStream;
using Tins::Memory::OutputMemoryStream;