Game Audio Module
A C++ audio system using miniaudio with Python bindings
Loading...
Searching...
No Matches
Public Member Functions | List of all members
audio::FileLoadException Class Reference

Exception thrown when a file cannot be loaded. More...

#include <audio_manager.h>

Inheritance diagram for audio::FileLoadException:
audio::AudioException

Public Member Functions

 FileLoadException (const std::string &message)
 
- Public Member Functions inherited from audio::AudioException
 AudioException (const std::string &message)
 

Detailed Description

Exception thrown when a file cannot be loaded.

Constructor & Destructor Documentation

◆ FileLoadException()

audio::FileLoadException::FileLoadException ( const std::string &  message)
inlineexplicit

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