Commit Graph

15 Commits

Author SHA1 Message Date
Florian Orben 352cba6165 Display messages from previous exceptions
This will add the messages of previous exceptions
to the pretty page handler's exception-message area
2018-10-20 18:10:02 +02:00
Luis Henrique Mulinari 06bdb879d3 Fix some FQNs, typehints and unused code/vars 2017-10-09 22:25:27 +02:00
Flavio Copes 6fe35892a9 Skip test if Error class does not exist 2015-12-14 16:05:57 +01:00
Flavio Copes 068348a648 Add unit test, fails on PHP7 if Inspector::getTrace() requires Exception instead of also allowing Error 2015-12-14 15:21:21 +01:00
John S Long fe32a402b0 Revert changes to InspectorTest 2015-07-14 08:26:47 -05:00
John S Long 14818029f7 Remove exception from imports, correct Throwable doc typehints 2015-07-14 08:11:32 -05:00
John S Long 7ec3444b79 Change Exception to Throwable in documentation 2015-06-14 18:23:43 -05:00
John S Long e47c104d21 Rough changes to get PHP7 working. 2015-05-20 13:40:12 -05:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
Denis Sokolov 3f4fc6148c Inspector: correct the order of frame stack with nested exceptions
Fixes #151, corrects d294a7e9.
2014-02-28 12:34:07 +01:00
filp 5d7acac270 Add initial support for chained exception inspection 2013-06-05 20:35:21 +01:00
filp 0535adaa0f Move FrameIterator to FrameCollection 2013-05-10 18:41:25 +01:00
filp 4df9a0e9e2 Re-structure tests, hopefully shutting-up Travis 2013-03-20 15:46:06 +00:00
filp d20bee0c99 Update code-base to 'Whoops' 2013-03-17 12:31:50 +00:00
filp 8e26d0869b Update file structure (Damnit -> Whoops) 2013-03-17 12:30:26 +00:00