<?phpnamespace PrettusRepositoryGenerators;use Exception;/** * Class FileAlreadyExistsException * @package PrettusRepositoryGenerators */class FileAlreadyExistsException extends Exception{}