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

Fancier exceptions/errors. More...

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

Fancier exceptions/errors.

Support automatic errno extraction and std::format-like construtor

Files

file  /build-llvm-libcpp/_deps/dot-xx-errors-src/src/errors.xx
 Main interface file of dxx.errors module.