page-cache icon indicating copy to clipboard operation
page-cache copied to clipboard

Fix relying on exceptions implementing Throwable interface

Open tomkyle opened this issue 3 years ago • 0 comments

Just had the case that $exception was a string, and PageCache not checking for \Throwable interface. So calling $exception->getMessage() caused PageCache to fail.

tomkyle avatar Dec 04 '20 13:12 tomkyle