mirror of
https://github.com/openvk/openvk
synced 2025-02-07 15:29:36 +03:00
5 lines
134 B
PHP
5 lines
134 B
PHP
<?php declare(strict_types=1);
|
|
namespace openvk\Web\Themes\Exceptions;
|
|
|
|
final class IncompatibleThemeException extends \Exception
|
|
{}
|