Closed LordSimal closed 2 years ago
Seems like PHPStan doesn't understand the alias we are setting via
class_alias('Cake\Core\Exception\CakeException', 'Cake\Core\Exception\Exception');
So I used the new exception class now.
Seems like PHPStan doesn't understand the alias we are setting via
So I used the new exception class now.