12 #ifndef RECAST_SERVER_SERVERFULLEXCEPTION_H
13 #define RECAST_SERVER_SERVERFULLEXCEPTION_H
20 const char *
what()
const throw() {
21 return "Server is full!";
26 #endif //RECAST_SERVER_SERVERFULLEXCEPTION_H
Definition: ServerFullException.hpp:18
const char * what() const
Definition: ServerFullException.hpp:20