From ab016596602a4c6bdc27adf01c308b325af221f0 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao <ztuowen@gmail.com> Date: Wed, 21 Sep 2016 22:35:47 -0600 Subject: something that only builds ... --- include/chill_error.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/chill_error.hh') diff --git a/include/chill_error.hh b/include/chill_error.hh index 88e49fc..c5601ae 100644 --- a/include/chill_error.hh +++ b/include/chill_error.hh @@ -21,4 +21,8 @@ struct ir_exp_error: public ir_error { ir_exp_error(const std::string &msg): ir_error(msg){} }; +struct omega_error: public std::runtime_error { + omega_error(const std::string &msg): std::runtime_error(msg){} +}; + #endif -- cgit v1.2.3-70-g09d2