<?php declare(strict_types=1);

namespace Symplify\PackageBuilder\Exception\FileSystem;

use Exception;

final class DirectoryNotFoundException extends Exception
{
}
