mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-12-02 17:38:12 +01:00
9 lines
155 B
PHP
9 lines
155 B
PHP
|
<?php declare(strict_types=1);
|
||
|
namespace Psalm\PhpUnitPlugin\Exception;
|
||
|
|
||
|
use RuntimeException;
|
||
|
|
||
|
class UnsupportedPsalmVersion extends RuntimeException
|
||
|
{
|
||
|
}
|