Page MenuHomeHEPForge

Exception.h
No OneTemporary

Exception.h

#ifndef rave_RaveException_H
#define rave_RaveException_H
#include <string>
namespace rave {
class RaveDllExport Exception {
public:
Exception( const std::string & );
std::string what() const;
private:
std::string what_;
};
}
#endif // rave_RaveException_H

File Metadata

Mime Type
text/x-c++
Expires
Sat, Dec 21, 4:31 PM (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023453
Default Alt Text
Exception.h (267 B)

Event Timeline