1 #ifndef RENDERABLE_NOT_INITIALIZED_EXCEPTION_H
2 #define RENDERABLE_NOT_INITIALIZED_EXCEPTION_H
12 virtual const char*
what()
const throw() {
13 return "Renderable has not been initialized yet!";
RenderableNotInitializedException()
Definition: renderable_not_initialized_exception.h:9
Definition: renderable_not_initialized_exception.h:7
virtual const char * what() const
Definition: renderable_not_initialized_exception.h:12