lemon/grid_ugraph.h
changeset 2199 1229af45cc69
parent 2116 b6a68c15a6a3
child 2207 75a29ac69c19
equal deleted inserted replaced
7:fbcf03847dc2 8:da47df7a652f
   115 
   115 
   116   public:
   116   public:
   117 
   117 
   118     class IndexError : public RuntimeError {
   118     class IndexError : public RuntimeError {
   119     public:
   119     public:
   120       virtual const char* exceptionName() const {
   120       virtual const char* what() const throw() {
   121         return "lemon::GridUGraph::IndexError";
   121         return "lemon::GridUGraph::IndexError";
   122       }  
   122       }  
   123     };
   123     };
   124 
   124 
   125     
   125