mirror of
https://github.com/filp/whoops.git
synced 2026-08-24 20:47:32 +00:00
Update code-base to 'Whoops'
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Damnit - php errors for cool kids
|
||||
* Whoops - php errors for cool kids
|
||||
* @author Filipe Dobreira <http://github.com/filp>
|
||||
*/
|
||||
|
||||
namespace Damnit\Exception;
|
||||
namespace Whoops\Exception;
|
||||
use ErrorException as BaseErrorException;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user