\picon\core\ErrorHandler.php
Picon Framework http://code.google.com/p/picon-framework/
Copyright (C) 2011-2012 Martin Cassidy martin.cassidy@webquub.com
Picon Framework is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Picon Framework is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the General Public License for more details.
You should have received a copy of the GNU General Public License along with Picon Framework. If not, see http://www.gnu.org/licenses/.
\picon\ErrorHandler
Handles all PHP errors and uncaught exceptions, registers handles upon instantiation.
- Author
- Martin Cassidy
Methods

onError(
\picon\type $errno, \picon\type $errstr, \picon\type $errfile, \picon\type $errline
)
:
void| Name | Type | Description |
|---|---|---|
| $errno | \picon\type | |
| $errstr | \picon\type | |
| $errfile | \picon\type | |
| $errline | \picon\type |
- Todo
- the error level should be setable, warnings and notices are currently ignored