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

Exception class for missing compressed audio data. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoCompressedAudio:
Inheritance graph
Collaboration diagram for CustomExceptions::NoCompressedAudio:
Collaboration graph

Public Member Functions

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

Detailed Description

Exception class for missing compressed audio data.

Definition at line 199 of file No.hpp.

Constructor & Destructor Documentation

◆ NoCompressedAudio()

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

Construct a new NoCompressedAudio object.

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

Definition at line 135 of file No.cpp.

◆ ~NoCompressedAudio()

CustomExceptions::NoCompressedAudio::~NoCompressedAudio ( )

Destroy the NoCompressedAudio object.

Definition at line 144 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 146 of file No.cpp.


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