jeremykendall/exception-interfaces

Exception interfaces inspired by Schindler, Barton, and Beck.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/jeremykendall/exception-interfaces

1.0.1 2014-02-07 19:31 UTC

This package is auto-updated.

Last update: 2025-09-25 08:43:55 UTC


README

Exception interfaces for PHP inspired by

Usage

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

<?php

namespace Example;

use JeremyKendall\Exception\EdgeCases\ThatsJustSilly;

class RidiculousException extends \Exception implements ThatsJustSilly {}

See Ralph Schindler's post, linked above, for background.

Installation

Install via Composer.