Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise on exception? #24

Open
ibanez0r opened this issue Apr 11, 2014 · 3 comments
Open

Raise on exception? #24

ibanez0r opened this issue Apr 11, 2014 · 3 comments

Comments

@ibanez0r
Copy link

just out of curiosity, Is it possible to install this into joomla in such a way that runs the dump on an associated object when an exception occurs?

@malukenho
Copy link
Contributor

Have you tried using the whoops?

@ibanez0r
Copy link
Author

I have tried yes but i have had no luck implementing it, i spent hours looking thru api docs and such with no luck yet!

@garstud
Copy link
Collaborator

garstud commented Feb 17, 2015

Hello,
Not sure to understand your need !?
... but have you try to call "dump($var, "my var");" in the catch of your exception ?

if you want to have a global call to dump for any exception ...well, i'll never do this, but seems to be possible by using an Handler ?
http://php.net/manual/en/function.set-exception-handler.php

Does anybody have an idea to use such this solution ?

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

No branches or pull requests

3 participants