Closed mcustiel closed 8 years ago
Well, after the errors I rechecked, and it seems the exception class names changed from v2.0 to v2.1. Probably a new branch should be created to support 2.0 and 2.1 should be moved to master and each branch should support the different exception names. In the meantime I will close this.
Hi. Current PhpBuiltinServer exception has it composer.json file set to require codeception ~2.0, but still is expecting the exceptions to be called as in codeception 1.x I modified the
use
statements at top of the file to require the correct exception classes.