Page MenuHomec4science

exceptions.py
No OneTemporary

File Metadata

Created
Fri, Nov 29, 02:54

exceptions.py

class YoctoConnectionError(Exception):
"""Exception raised for errors while connecting to the yocto module"""
pass

Event Timeline