<?php namespace Xentral\Components\Filesystem\Exception; use RuntimeException; class FileExistsException extends RuntimeException implements FilesystemExceptionInterface { }