ORIGINAL
Loading...
Searching...
No Matches
original::error Class Reference

Base interface for all exception types in Original. More...

#include <error.h>

Inheritance diagram for original::error:
Inheritance graph
Collaboration diagram for original::error:
Collaboration graph

Detailed Description

Base interface for all exception types in Original.

Inherits from std::exception to provide standard exception handling integration. Serves as the root type for all domain-specific exceptions in Original.

Note
All exceptions in Original should inherit from this class to maintain consistent error handling behavior across the codebase.

The documentation for this class was generated from the following file: