Jlm
common.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2018 Nico Reißmann <nico.reissmann@gmail.com>
3  * See COPYING for terms of redistribution.
4  */
5 
6 #include <jlm/util/common.hpp>
7 
8 namespace jlm::util
9 {
10 
11 Error::~Error() noexcept = default;
12 
13 TypeError::~TypeError() noexcept = default;
14 
15 }
~Error() noexcept override