mirror of
https://github.com/openvk/openvk
synced 2025-04-21 07:33:05 +03:00
7 lines
137 B
PHP
7 lines
137 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace openvk\Web\Models\Exceptions;
|
|
|
|
final class AlreadyVotedException extends \RuntimeException {}
|