FileNotFoundBarecatError#

exception barecat.exceptions.FileNotFoundBarecatError(path)[source]#

Bases: BarecatError

Exception raised when trying to access a file that does not exist

Analogous to FileNotFoundError

Parameters:

path (str) – path to the file that does not exist