Babel
Epitech's C++ VoIP project
Client
src
Audio
PortAudioException.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include "
Exceptions/BabelException.hpp
"
5
6
namespace
Babel
{
7
class
PortAudioException
:
public
Exception::BabelException
{
8
public
:
9
explicit
PortAudioException
(
const
std::string &str) :
BabelException
(str) {};
10
};
11
}
Babel::PortAudioException::PortAudioException
PortAudioException(const std::string &str)
Definition:
PortAudioException.hpp:9
Babel::PortAudioException
Definition:
PortAudioException.hpp:7
Babel::Exception::BabelException
Base Project Exception.
Definition:
BabelException.hpp:12
Babel::Exception::BabelException::BabelException
BabelException(const std::string &str="Babel exception")
Base Project Exception.
Definition:
BabelException.hpp:17
Babel
Definition:
IAudioManager.hpp:13
BabelException.hpp
Generated by
1.8.17