PHPackages                             shuleni/unimplemented - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. shuleni/unimplemented

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

shuleni/unimplemented
=====================

NotImplementedException for PHP.

1.0.0(3y ago)0179MITPHP

Since Aug 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eurekahq/unimplemented)[ Packagist](https://packagist.org/packages/shuleni/unimplemented)[ RSS](/packages/shuleni-unimplemented/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

unimplemented
=============

[](#unimplemented)

NotImplementedException for PHP.

> Inspired by .NET's `NotImplementedException`[1](#user-content-fn-1-050d6c02cda1a514ade213d44938c487).

This package exposes a single `NotImplementedException` class, and nothing else.

`NotImplementedException` extends the [SPL](https://www.php.net/manual/en/book.spl.php)'s `BadMethodCallException`[2](#user-content-fn-2-050d6c02cda1a514ade213d44938c487).

Usage
-----

[](#usage)

Usage should be quite straightforward.

```
