Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Blank page on specific PHP Error #57

Open
woecifaun opened this issue Mar 22, 2016 · 1 comment
Open

Blank page on specific PHP Error #57

woecifaun opened this issue Mar 22, 2016 · 1 comment

Comments

@woecifaun
Copy link
Contributor

The following code will be caught by the ErrorNotifierBundle:

throw new \Exception("Error Processing Request", 1);

But the following code will just produce a blank page:

$a = null;
$a->test();
@binarious
Copy link
Contributor

I get

Call to a member function test() on null
0 - FatalThrowableError

via email. Can you provide a little bit more context?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants