Babel
Epitech's C++ VoIP project
PortAudioException.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
5 
6 namespace Babel {
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