<?php
namespace Xentral\Components\Filesystem\Exception;
use Xentral\Core\Exception\ComponentExceptionInterface;
interface FilesystemExceptionInterface extends ComponentExceptionInterface
{
}