1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-08 14:08:43 +01:00
psalm/src/Psalm/Exception/InvalidClasslikeOverrideException.php

8 lines
98 B
PHP
Raw Normal View History

<?php
namespace Psalm\Exception;
class InvalidClasslikeOverrideException extends \Exception
{
}