luminal.errors.system

Module Contents

exception DirectoryNotFoundError(*args)

Bases: Exception

Error raised when a directory is not found.

Examples

>>> raise DirectoryNotFoundError("Directory not found!")
Parameters:

args (object) –