CMS 3D CMS Logo

Abort.cc
Go to the documentation of this file.
3 
4 using namespace reco::parser;
5 
6 void Abort::operator()(const char *, const char *) const {
7  throw edm::Exception(edm::errors::Configuration, std::string("parse rule not implemented yet"));
8 }
void operator()(const char *, const char *) const
Definition: Abort.cc:6