Beatmup
Beatmup::CustomPipeline::PipelineNotReady Class Reference

#include <custom_pipeline.h>

Inheritance diagram for Beatmup::CustomPipeline::PipelineNotReady:
Beatmup::Exception

Public Member Functions

 PipelineNotReady (const char *message)
 
- 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 124 of file custom_pipeline.h.

Constructor & Destructor Documentation

◆ PipelineNotReady()

Beatmup::CustomPipeline::PipelineNotReady::PipelineNotReady ( const char *  message)
inline

Definition at line 126 of file custom_pipeline.h.

126 : Exception(message) {}
Exception(const char *message)
Definition: exception.h:41
std::string message
Definition: exception.h:39

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