ATLAS Offline Software
Public Member Functions | List of all members
Crest::CrestException Class Reference

#include <CrestException.h>

Inheritance diagram for Crest::CrestException:
Collaboration diagram for Crest::CrestException:

Public Member Functions

 CrestException (const std::string &what="")
 

Detailed Description

Definition at line 8 of file CrestException.h.

Constructor & Destructor Documentation

◆ CrestException()

Crest::CrestException::CrestException ( const std::string &  what = "")
inline

Definition at line 11 of file CrestException.h.

11 : std::runtime_error(what) {}

The documentation for this class was generated from the following file:
python.ExitCodes.what
def what(code)
Definition: ExitCodes.py:73