Babel
Epitech's C++ VoIP project
Client
src
Audio
Opus
OpusException.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
OpusException
:
public
Exception::BabelException
{
8
public
:
9
explicit
OpusException
(
const
std::string &str) :
BabelException
(str) {};
10
};
11
}
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
Babel::OpusException::OpusException
OpusException(const std::string &str)
Definition:
OpusException.hpp:9
BabelException.hpp
Babel::OpusException
Definition:
OpusException.hpp:7
Generated by
1.8.17