Update code-base to 'Whoops'

This commit is contained in:
filp
2013-03-17 12:31:50 +00:00
parent 8e26d0869b
commit d20bee0c99
24 changed files with 182 additions and 191 deletions
+2 -2
View File
@@ -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;
/**