page-cache
page-cache copied to clipboard
Fix relying on exceptions implementing Throwable interface
Just had the case that $exception
was a string, and PageCache not checking for \Throwable
interface. So calling $exception->getMessage()
caused PageCache to fail.