2017 © Pedro Peláez
 

library exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

image

jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

  • Friday, February 7, 2014
  • by jeremykendall
  • Repository
  • 1 Watchers
  • 4 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP Exception Interfaces

Exception interfaces for PHP inspired by, (*1)

Usage

Simply create your own custom Exception, extend \Exception, and implement one of the exception interfaces. Done!, (*2)

<?php

namespace Example;

use JeremyKendall\Exception\EdgeCases\ThatsJustSilly;

class RidiculousException extends \Exception implements ThatsJustSilly {}

See Ralph Schindler's post, linked above, for background., (*3)

Installation

Install via [Composer][4]., (*4)

The Versions

07/02 2014

dev-master

9999999-dev https://github.com/jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

exceptions oop interfaces whimsy

07/02 2014

1.0.1

1.0.1.0 https://github.com/jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

exceptions oop interfaces whimsy

07/02 2014

dev-develop

dev-develop https://github.com/jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

exceptions oop interfaces whimsy

07/02 2014

1.0

1.0.0.0 https://github.com/jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

exceptions oop interfaces whimsy