Babel
Epitech's C++ VoIP project
Public Member Functions | List of all members
Babel::Exception::BabelException Class Reference

Base Project Exception. More...

#include <BabelException.hpp>

Inheritance diagram for Babel::Exception::BabelException:
Collaboration diagram for Babel::Exception::BabelException:

Public Member Functions

 BabelException (const std::string &str="Babel exception")
 Base Project Exception. More...
 
 BabelException (const BabelException &)=default
 Default copy constructor. More...
 
 ~BabelException () override=default
 Default destructor. More...
 

Detailed Description

Base Project Exception.

Constructor & Destructor Documentation

◆ BabelException() [1/2]

Babel::Exception::BabelException::BabelException ( const std::string &  str = "Babel exception")
inlineexplicit

Base Project Exception.

Note
Every project Exceptions should inherit from this class

◆ BabelException() [2/2]

Babel::Exception::BabelException::BabelException ( const BabelException )
default

Default copy constructor.

◆ ~BabelException()

Babel::Exception::BabelException::~BabelException ( )
overridedefault

Default destructor.


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