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

Exception class for missing audio packets. More...

#include <No.hpp>

Inheritance diagram for CustomExceptions::NoAudioPacket:
Inheritance graph
Collaboration diagram for CustomExceptions::NoAudioPacket:
Collaboration graph

Public Member Functions

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

Detailed Description

Exception class for missing audio packets.

Definition at line 225 of file No.hpp.

Constructor & Destructor Documentation

◆ NoAudioPacket()

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

Construct a new NoAudioPacket object.

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

Definition at line 151 of file No.cpp.

◆ ~NoAudioPacket()

CustomExceptions::NoAudioPacket::~NoAudioPacket ( )

Destroy the NoAudioPacket object.

Definition at line 160 of file No.cpp.

Member Function Documentation

◆ what()

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

Retrieves the error message.

Returns
A C-style string representing the error message.

Definition at line 162 of file No.cpp.


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