After reinstalling my wamp environment this error message is showing on screen after I open app_dev.php:
Fatal error: Cannot redeclare class SessionHa
Make sure you have defined namespace in your interface SessionHandlerInterface
EX:
namespace app\cache\dev;