mirror of
https://github.com/openvk/openvk
synced 2025-04-21 15:43:03 +03:00
7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace openvk\Web\Themes\Exceptions;
|
|
|
|
final class NotThemeDirectoryException extends \Exception {}
|