interface_error

Defined in header: <orcus/exception.hpp>

class interface_error : public orcus::general_error

This gets thrown when a public interface method is expected to return a non-null pointer to another interface but actually returns a null pointer.

Public Functions

interface_error(std::string msg)
virtual ~interface_error() noexcept