CbmRoot
Loading...
Searching...
No Matches
cbm::algo::detail::Exception Struct Reference

Base class for exceptions. More...

#include <Exceptions.h>

Inheritance diagram for cbm::algo::detail::Exception:
[legend]
Collaboration diagram for cbm::algo::detail::Exception:
[legend]

Public Member Functions

template<typename... Args>
 Exception (std::string_view fmt, Args &&... args)
 

Detailed Description

Base class for exceptions.

Note
Should not be thrown directly. Use one of the derived classes instead.

Definition at line 22 of file Exceptions.h.

Constructor & Destructor Documentation

◆ Exception()

template<typename... Args>
cbm::algo::detail::Exception::Exception ( std::string_view fmt,
Args &&... args )
inline

Definition at line 24 of file Exceptions.h.


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