struct example_allows_unimplementedΒΆ

struct example_allows_unimplemented: public exception
{
    // fields

    const char* message;

    // construction

    example_allows_unimplemented(const char* message);

    // methods

    const char* what() const;
};