Download the PHP package k1low/exception without Composer
On this page you can find all versions of the php package k1low/exception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download k1low/exception
More information about k1low/exception
Files in k1low/exception
Download k1low/exception
More information about k1low/exception
Files in k1low/exception
Vendor k1low
Package exception
Short Description Exception plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/Exception
Package exception
Short Description Exception plugin for CakePHP
License MIT
Homepage https://github.com/k1LoW/Exception
Please rate this library. Is it a good library?
Informations about the package exception
Exception plugin for CakePHP
Exception class template.
Install
composer.json:
see: https://packagist.org/packages/k1low/exception
Usage: Exception class template
Set CakePlugin::load('Exception', array('bootstrap' => true));
.
Usage: ExceptionNotifier
Set EmailConfig::error
option in app/Config/email.php.
ExceptionNotifierErrorHandler
Set CakePlugin::load('Exception', array('bootstrap' => 'notifier'));
.
ExceptionNotifierComponent [Deprecated]
Add the following code in AppController.php
<?php
class AppController extends Controller {
var $components = array('Exception.ExceptionNotifier');
public function beforeFilter() {
$this->ExceptionNotifier->observe();
}
}
Configuration
- ExceptionNotifier.force
- ExceptionNotifier.prefix
- ExceptionNotifier.html
- ExceptionNotifier.clientIpSafe
- ExceptionNotifier.allowedException
- ExceptionNotifier.deniedException
- ExceptionNotifier.deniedStatusCode
- ExceptionNotifier.senders
Authors
License
the MIT License
ExceptionNotifierComponent original lisence
Copyright © 2009-2010 milk1000cc, released under the MIT license.
All versions of exception with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
cakephp/cakephp Version ~2.0,>=2.8
composer/installers Version *
symfony/var-dumper Version *
cakephp/cakephp Version ~2.0,>=2.8
composer/installers Version *
symfony/var-dumper Version *
The package k1low/exception contains the following files
Loading the files please wait ....