1 #ifndef CHILD_DOES_NOT_EXIST_EXCEPTION_H
2 #define CHILD_DOES_NOT_EXIST_EXCEPTION_H
12 virtual const char*
what()
const throw() {
13 return "Child Transform does not exist!";
virtual const char * what() const
Definition: child_does_not_exist_exception.h:12
Definition: child_does_not_exist_exception.h:7
ChildDoesNotExistException()
Definition: child_does_not_exist_exception.h:9