OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
Exception Class Reference

#include <Exception.h>

Inheritance diagram for Exception:
FileSystemException

Public Member Functions

template<class... Args>
 Exception (fmt::format_string< Args... > fmt, Args &&... args)
 

Static Public Member Functions

static void throwFromErrno (std::string_view arg)
 
static void throwFromErrc (std::errc error, std::string_view arg)
 

Constructor & Destructor Documentation

◆ Exception()

template<class... Args>
Exception::Exception ( fmt::format_string< Args... >  fmt,
Args &&...  args 
)
inlineexplicit

Member Function Documentation

◆ throwFromErrc()

void Exception::throwFromErrc ( std::errc  error,
std::string_view  arg 
)
static

◆ throwFromErrno()

void Exception::throwFromErrno ( std::string_view  arg)
static

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