Babel  1
The voip software that only works on your local network
Loading...
Searching...
No Matches
CustomExceptions::NoAudioStream Class Reference

Exception class for missing audio streams. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoAudioStream:
Inheritance graph
Collaboration diagram for CustomExceptions::NoAudioStream:
Collaboration graph

Public Member Functions

 NoAudioStream (const std::string &exceptionDetails="")
 Construct a new NoAudioStream object.
 
 ~NoAudioStream ()
 Destroy the NoAudioStream object.
 
const char * what () const noexcept
 Retrieves the error message.
 

Detailed Description

Exception class for missing audio streams.

Definition at line 173 of file No.hpp.

Constructor & Destructor Documentation

◆ NoAudioStream()

CustomExceptions::NoAudioStream::NoAudioStream ( const std::string & exceptionDetails = "")

Construct a new NoAudioStream object.

Parameters
exceptionDetailsAdditional details provided for the specific reason the error was raised.

Definition at line 119 of file No.cpp.

◆ ~NoAudioStream()

CustomExceptions::NoAudioStream::~NoAudioStream ( )

Destroy the NoAudioStream object.

Definition at line 128 of file No.cpp.

Member Function Documentation

◆ what()

const char * CustomExceptions::NoAudioStream::what ( ) const
noexcept

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 130 of file No.cpp.


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