bolt/src/Diagnostics.cc

10 lines
159 B
C++
Raw Normal View History

#include "bolt/Diagnostics.hpp"
namespace bolt {
Diagnostic::Diagnostic():
std::runtime_error("a compiler error occurred without being caught") {}
}