Struct already_initialized

Inheritance Relationships

Base Type

  • public runtime_error

Struct Documentation

struct concore::v1::already_initialized : public runtime_error

Exception thrown when attempting to initialize the library more than once.

Thrown when manually initializing after the library was already initialized, either automatically or by explicitly calling init().

See

init(), is_initialized()

Public Functions

already_initialized()

Default constructor.