#include <iostream>
#include <string>
#include <exception>
Go to the source code of this file.
Classes | |
class | kn::MathException |
Exception thrown in case of math error. More... | |
Namespaces | |
namespace | kn |
Functions | |
std::ostream & | kn::operator<< (std::ostream &stream, const MathException &err) |
Operator << for MathException. |