presenter icon indicating copy to clipboard operation
presenter copied to clipboard

Errors views will trigger an exception

Open jiriko opened this issue 10 years ago • 1 comments

FatalErrorException in Decorator.php line 80:
Trying to clone an uncloneable object of class Symfony\Component\HttpKernel\Exception\HttpException

jiriko avatar Dec 09 '15 10:12 jiriko

I've got the same issue as @jiriko

I'm working on a multi-tenancy application where I'm using sub domains for the different companies. Don't know if this is why their is an error but when I want to use this package, which I have before, and go to a page that is not defined I get this:

FatalThrowableError in Decorator.php line 80:
Trying to clone an uncloneable object of class Symfony\Component\HttpKernel\Exception\NotFoundHttpException

thmsbkkr avatar Jul 03 '16 14:07 thmsbkkr