FileExistsBarecatError#

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

Bases: BarecatError

Exception raised when trying to create a file that already exists

Analogous to FileExistsError

Parameters:

path (str) – path to the file that already exists