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