mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
6 lines
134 B
PHP
6 lines
134 B
PHP
|
<?php declare(strict_types=1);
|
||
|
namespace openvk\Web\Themes\Exceptions;
|
||
|
|
||
|
final class IncompatibleThemeException extends \Exception
|
||
|
{}
|