Exceptions

Exceptions#

#include <heyoka/exceptions.hpp>

class not_implemented_error final : public std::runtime_error#

Exception to signal that a feature/functionality is not implemented.

This exception inherits all members (including constructors) from std::runtime_error.