Program Listing for File EepromError.hpp
↰ Return to documentation for file (include/depthai/device/EepromError.hpp)
#pragma once
#include <stdexcept>
namespace dai {
struct EepromError : public std::runtime_error {
using std::runtime_error::runtime_error;
};
} // namespace dai