mirror of
https://github.com/danog/psalm.git
synced 2024-12-16 19:36:59 +01:00
b8c349166e
Fix #411 and fix #412
7 lines
71 B
PHP
7 lines
71 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class InvalidThrow extends CodeError
|
|
{
|
|
}
|