1 //Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #ifndef UUID_92B1247AAE1111DE9655F2FC55D89593
7 #define UUID_92B1247AAE1111DE9655F2FC55D89593
9 #include "boost/exception/exception.hpp"
10 #include "boost/exception/error_info.hpp"
21 virtual boost::exception,
22 virtual std::exception
27 return "Boost QVM error";
35 struct zero_determinant_error: virtual error { };
36 struct zero_magnitude_error: virtual error { };