Cbeam
Loading...
Searching...
No Matches
system_error.hpp File Reference
#include <cbeam/platform/windows_config.hpp>
#include <cbeam/error/base_error.hpp>
#include <string>
#include <system_error>
Include dependency graph for system_error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbeam::error::system_error
 Custom exception class for handling system-level errors in a cross-platform manner. More...
 

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::error
 Defines Cbeam-specific exception types that behave like their standard counterparts. For example, runtime_error and system_error derive from base_error and std::runtime_error (or std::system_error), unifying error handling under a single hierarchy and ensuring consistent cross-platform throw/catch logic.