Jlm
Loading...
Searching...
No Matches
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
8namespace jlm::util
9{
10
11Error::~Error() noexcept = default;
12
13TypeError::~TypeError() noexcept = default;
14
15}
~Error() noexcept override