Questions tagged [whoops]

A PHP library for better dealing with errors and exceptions

whoops is a nice little library that helps you develop and maintain your projects better, by helping you deal with errors and exceptions in a less painful way.

Site : http://filp.github.io/whoops/

Demo : http://filp.github.io/whoops/demo

Download: https://github.com/filp/whoops/tags

Docs: https://github.com/filp/whoops/wiki/API-Documentation

Features

  • Includes providers for Silex and Zend Framework 2, with community-provided support for other platforms and frameworks
  • Now included in the Laravel 4 core!
  • Detailed & intuitive page for errors and exceptions (PrettyPageHandler)
  • Code view for all frames in a stack trace with line highlights (PrettyPageHandler)
  • Frame comments & analysis through custom middle-ware/handlers (PrettyPageHandler)
  • Request & app-specific information through custom middle-ware/handlers (PrettyPageHandler)
  • JSON & AJAX support (JsonResponseHandler)
  • XML & SOAP support (XmlResponsehandler, SoapResponseHandler)
  • Clean and tested code-base that's easy to extend and build on to make it work just right for your project
32 questions
0
votes
1 answer

Whoops & Laravel 4.1.26

I recently upgraded to 4.1.26 on my local machine and now it seems that whoops isnt working correctly. All I am getting at the moment is a blank screen with a title as seen below, can anyone tell me why this might be…
Johan Rheeder
  • 319
  • 4
  • 23
-1
votes
1 answer

Reading Laravel Whoops Page, ReflectionException

I have a ReflectionException (-1) "Class does not exist error" in Laravel. I know it is a namespacing issue as I have been messing with the namespaces. I'm just trying to read this incredible callstack on the Whoops! error page to find my file that…
Andrew
  • 18,680
  • 13
  • 103
  • 118
1 2
3