1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-01-18 05:44:54 +03:00
openvk/Web/Themes/Exceptions/IncompatibleThemeException.php

6 lines
134 B
PHP
Raw Normal View History

2020-06-11 23:21:49 +03:00
<?php declare(strict_types=1);
namespace openvk\Web\Themes\Exceptions;
final class IncompatibleThemeException extends \Exception
{}