2017 © Pedro Peláez
 

cakephp-plugin exception

Exception plugin for CakePHP

image

k1low/exception

Exception plugin for CakePHP

  • Wednesday, October 18, 2017
  • by k1LoW
  • Repository
  • 3 Watchers
  • 5 Stars
  • 3,572 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 14 Versions
  • 1 % Grown

The README.md

Exception plugin for CakePHP

Exception class template., (*1)

Install

composer.json:, (*2)

{
    "require": {
        "k1low/exception": "*"
    }
}

see: https://packagist.org/packages/k1low/exception, (*3)

Usage: Exception class template

Set CakePlugin::load('Exception', array('bootstrap' => true));., (*4)

Usage: ExceptionNotifier

Set EmailConfig::error option in app/Config/email.php., (*5)

ExceptionNotifierErrorHandler

Set CakePlugin::load('Exception', array('bootstrap' => 'notifier'));., (*6)

ExceptionNotifierComponent [Deprecated]

Add the following code in AppController.php, (*7)

<?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, (*8)

ExceptionNotifierComponent original lisence

Copyright © 2009-2010 milk1000cc, released under the MIT license., (*9)

The Versions

18/10 2017

dev-master

9999999-dev https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

18/10 2017

4.0.0

4.0.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

18/10 2017

3.1.1

3.1.1.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

13/02 2017

3.1.0

3.1.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

16/12 2016

3.0.2

3.0.2.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

16/12 2016

3.0.1

3.0.1.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

16/12 2016

3.0.0

3.0.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

04/10 2016

2.2.2

2.2.2.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

17/04 2016

2.2.1

2.2.1.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

23/04 2015

2.2.0

2.2.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

02/04 2015

2.1.1

2.1.1.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

31/03 2015

2.1.0

2.1.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

17/03 2015

2.0.1

2.0.1.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error

20/05 2014

2.0.0

2.0.0.0 https://github.com/k1LoW/Exception

Exception plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp error