openvk/Web/Themes/Exceptions/NotThemeDirectoryException.php

7 lines
135 B
PHP

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