reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

Improve test suite to fix default Exception message (PHP 8.1) #210

Closed bzikarsky closed 2 years ago

bzikarsky commented 2 years ago

PHP8.1+ complains about Exception not accepting null as the message argument for an Exception constructor. This fixes it.