Skip to content

Releases: crazycodr/standard-exceptions

Added UnrecoverableErrorException

22 Jan 20:42
Compare
Choose a tag to compare

Added UnrecoverableErrorException, 456 HTTP status code

WithContext supports previous exception

01 Oct 12:32
Compare
Choose a tag to compare

WithContext supports previous exception

HttpExceptionFactory

12 Jul 13:10
Compare
Choose a tag to compare

Thanks to @Gounlaf, this new minor release contains a factory for those of you who prefer to throw exceptions by numbers instead of hardcoding the class name.

WithContext trait

11 Jul 16:21
1bc8ce1
Compare
Choose a tag to compare

Added new WithContext trait that allows creating exception with attached contextual data.

2.3.0

16 Aug 15:01
e1c0dd5
Compare
Choose a tag to compare

Brings in a few new exceptions and a rework of the exception tagging structure that should be perfectly backwards compatible

Fix simple but stupid bug where constructor was removed for all exceptions

30 Apr 16:27
15758c0
Compare
Choose a tag to compare
Fix to broken constructors not using defaults (#8)

Fix to completely missed constructor removal

Added support for from()

30 Apr 15:07
3e1990c
Compare
Choose a tag to compare
2.2.0 dev (#7)

* Adds support for from()
* Test only php 7.1

Added Forbidden and Unauthorized exceptions

19 Jun 13:24
Compare
Choose a tag to compare
2.1.2

Support for HHVM through trusty distribution

Added TooManyFoundException

03 Apr 17:19
Compare
Choose a tag to compare
Too many found exception (#6)

* Added the FoundTooManyException

* Update of README.md

2.1.0

25 Jul 20:01
Compare
Choose a tag to compare
Added AlreadyExistsExceptions for filesystem along with related excep…