~ajdobbs/maus/scifi-efficiency-2

« back to all changes in this revision

Viewing changes to src/map/MapCppCkovDigits/MapCppCkovDigits.cc

MergeĀ inĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  char* pMAUS_ROOT_DIR = getenv("MAUS_ROOT_DIR");
40
40
 
41
41
  if (!pMAUS_ROOT_DIR) {
42
 
    throw MAUS::Exception(Exception::recoverable,
 
42
    throw MAUS::Exceptions::Exception(Exceptions::recoverable,
43
43
              "Could not find the $MAUS_ROOT_DIR environmental variable.",
44
44
              "MapCppCkovDigits::_birth");
45
45
  }