pars 0.2.1.99
Loading...
Searching...
No Matches
clev::exception Struct Reference

#include <err.h>

Inheritance diagram for clev::exception:
Collaboration diagram for clev::exception:

Public Member Functions

 exception (std::error_code code) noexcept
 

Detailed Description

Definition at line 42 of file err.h.

Constructor & Destructor Documentation

◆ exception()

clev::exception::exception ( std::error_code code)
inlineexplicitnoexcept

Definition at line 44 of file err.h.

45 : std::runtime_error(code.message())
46 {
47 }

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