Back to Psalm

InvalidThrow

docs/running_psalm/issues/InvalidThrow.md

6.16.1154 B
Original Source

InvalidThrow

Emitted when trying to throw a class that doesn't extend Exception or implement Throwable

php
<?php

class A {}
throw new A();