FileAlreadyExistsException typedef

FileAlreadyExistsException = PathExistsException

An exception class which is used when some file to create or copy to already exists.

Implementation

typedef FileAlreadyExistsException = PathExistsException;