Skip to content

Releases: crazycodr/standard-exceptions

Version 2.0.0

04 Apr 17:10
Compare
Choose a tag to compare

See README.md

Minor fixes

10 Mar 13:33
Compare
Choose a tag to compare

Fix to test on latest technologies
Fix contact email
Added php-cs-fixer support

HTTPExceptions added

13 Sep 14:22
Compare
Choose a tag to compare

This new release adds a few HTTP Exceptions to be used in Controller/Affiliated classes communication of errors

Added ItemNotFoundException

04 Jun 13:17
Compare
Choose a tag to compare

Added ItemNotFoundException used in unexpected result sets. For example, when you have a data source operation and expect something to be returned but nothing was, throw this exception to signal that the expected element was not found.

It is different from KeyNotFoundException because, the user here is trying to access something by a specific key, and is not expected an item per se in a key-less access.

Official preview 1.0.1

08 Nov 21:38
Compare
Choose a tag to compare

Fixed readme

Official preview version

08 Nov 21:26
Compare
Choose a tag to compare

This is the first official preview version of what the exception library would look like. Version 1.0 will be a community effort and upgrade as we go...