LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
OpticalRecoException.h
Go to the documentation of this file.
1 
14 #ifndef larana_OPTICALDETECTOR_OPTICALRECOEXCEPTION_H
15 #define larana_OPTICALDETECTOR_OPTICALRECOEXCEPTION_H
16 
17 #include <exception>
18 #include <string>
19 
20 namespace pmtana {
26 
27  public:
28  OpticalRecoException(const std::string& msg = "");
29 
30  virtual const char* what() const throw();
31 
32  private:
33  std::string _msg;
34  };
35 
36 }
37 #endif
38  // end of doxygen group
virtual const char * what() const
OpticalRecoException(const std::string &msg="")
cet::coded_exception< error, detail::translate > exception
Definition: exception.h:33