Source code for gbvision.exceptions.device_not_found_exception

from .vision_exception import VisionException


[docs]class DeviceNotFoundException(VisionException): """ this is raised when the program was not able to connect to the camera """