CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CommonTools/Utils/src/Abort.cc

Go to the documentation of this file.
00001 #include "CommonTools/Utils/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 }