dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
errors.xx File Reference
module dxx.errors

Main interface file of dxx.errors module. More...

#include <errno.h>
import std.compat;
import std;

Classes

struct  dxx::errors::Errno
 Tag type, helps indicate that errno info should be added to the error message. More...
struct  dxx::errors::Error
 Exception class that supports construction from std::format-like args and automatic errno capture in the message. More...

Detailed Description

Main interface file of dxx.errors module.