6.3.1.1. Source Drivers Module

6.3.1.1. Source Drivers Module

The source drivers module contains the class for the exception to be thrown when a source resource cannot be acquired, usually a file which cannot be opened because it doesn't exist.
Start python section to interscript/drivers/sources/__init__.py[1]
     1: #line 11 "source_drivers.ipk"
     2: #--- source package ---
     3: class source_open_error(Exception): pass
     4: 
End python section to interscript/drivers/sources/__init__.py[1]