InvalidThrow
Emitted when trying to throw a class that doesn't extend Exception
or implement Throwable
<?php
class A {}
throw new A();
Emitted when trying to throw a class that doesn't extend Exception
or implement Throwable
<?php
class A {}
throw new A();