10 #ifndef DEVICEERRORS_HPP 11 #define DEVICEERRORS_HPP 13 #include <boost/exception/info.hpp> 15 namespace duds {
namespace hardware {
31 struct DeviceError :
virtual std::exception,
virtual boost::exception { };
47 #endif // #ifndef DEVICEERRORS_HPP
An attempt was made to use a device prior to running a required initialization step.
The base type for errors from devices.
An attempt was made to use a device that seems to exist, but the responding device is not the type th...