InvalidThrow

March 20, 2020 ยท View on GitHub

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

<?php

class A {}
throw new A();