Beatmup
Beatmup::DRM::DRMError Class Reference

#include <drm.hpp>

Inheritance diagram for Beatmup::DRM::DRMError:
Beatmup::Exception

Public Member Functions

 DRMError (const std::string &info)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Definition at line 37 of file drm.hpp.

Constructor & Destructor Documentation

◆ DRMError()

Beatmup::DRM::DRMError::DRMError ( const std::string &  info)
inline

Definition at line 39 of file drm.hpp.

39 : Exception(info.c_str()) {}
Exception(const char *message)
Definition: exception.h:41

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