openvk/Web/Themes/Exceptions/NotThemeDirectoryException.php
2020-06-11 23:21:49 +03:00

5 lines
133 B
PHP

<?php declare(strict_types=1);
namespace openvk\Web\Themes\Exceptions;
final class NotThemeDirectoryException extends \Exception
{}