Releases: Dhii/exception
Releases · Dhii/exception
0.1-alpha5
Changed
_createInternalException()
now only acceptsException
instances as$previous
.
0.1-alpha4
Added
- Factory traits from
dhii/exception-helper-base
, which is now deprecated.
0.1-alpha3
Fixed
ExceptionTrait
triggered a fatal error in PHP 5.4.0 due to the order of its traits.
0.1-alpha2
Fixed
- Used to use Dhii
InvalidArgumentException
in some places where the root one should be used.
0.1-alpha1
Initial version.