CMS 3D CMS Logo

Abort.cc

Go to the documentation of this file.
00001 #include "PhysicsTools/Utilities/src/Abort.h"
00002 #include "FWCore/Utilities/interface/EDMException.h"
00003 
00004 using namespace reco::parser;
00005 
00006 void Abort::operator()( const char *, const char * ) const {
00007   throw edm::Exception( edm::errors::Configuration,
00008                         std::string( "parse rule not implemented yet" ) );
00009 }

Generated on Tue Jun 9 17:42:51 2009 for CMSSW by  doxygen 1.5.4