8 Commits

Author SHA1 Message Date
Denis Sokolov 08e23fa81f Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 4e8c2138bd.
2019-12-25 12:00:00 +02:00
Michael Beebower 4e8c2138bd Change deprecated pushHandler to prependHandler
On https://github.com/filp/whoops/blob/master/src/Whoops/Run.php on lines 43-54, it states that pushHandler is being replaced with prependHandler.

Specifically:
* @deprecated use appendHandler and prependHandler instead
     */
    public function pushHandler($handler)
    {
        return $this->prependHandler($handler);
    }
2019-07-23 21:53:08 -05:00
kevin olson 882d26344b setJsonApi() in JsonResponseHandler to allow format compliant to json:api spec #443 2016-09-03 17:48:28 -07:00
Denis Sokolov bad82de557 Update ajax only example for Whoops 2, fix #381 2016-02-05 21:33:27 +02:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
steffkes 3805c2ee75 change ../example/.. to ../examples/.. in the comments of the example files 2013-07-04 15:24:55 +02:00
filp c37eb037d2 Move output buffer clearing to individual handlers 2013-04-20 12:12:54 +01:00
filp e05c5f0f08 Add JsonResponseHandler example 2013-03-17 16:21:16 +00:00