Beatmup
Beatmup::NNets::Storage::InconsistentStorageState Class Reference

#include <storage.h>

Inheritance diagram for Beatmup::NNets::Storage::InconsistentStorageState:
Beatmup::Exception

Public Member Functions

 InconsistentStorageState (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 299 of file storage.h.

Constructor & Destructor Documentation

◆ InconsistentStorageState()

Beatmup::NNets::Storage::InconsistentStorageState::InconsistentStorageState ( const char *  message)
inline

Definition at line 301 of file storage.h.

301 : 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: