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