EepromError.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdexcept>
4 
5 namespace dai {
6 
7 struct EepromError : public std::runtime_error {
8  using std::runtime_error::runtime_error;
9 };
10 
11 } // namespace dai
dai::EepromError
Definition: EepromError.hpp:7
dai
Definition: CameraExposureOffset.hpp:6


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19