<?php /** * Whoops - php errors for cool kids * @author Filipe Dobreira <http://github.com/filp> */ namespace Whoops\Exception; use ErrorException as BaseErrorException; /** * Wraps ErrorException; mostly used for typing (at least now) * to easily cleanup the stack trace of redundant info. */ class ErrorException extends BaseErrorException { }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ErrorException.php | File | 372 B | 0644 |
|
Formatter.php | File | 2.48 KB | 0644 |
|
Frame.php | File | 8.29 KB | 0644 |
|
FrameCollection.php | File | 5.25 KB | 0644 |
|
Inspector.php | File | 9.8 KB | 0644 |
|