jalismrs / common.exception
Adds Exception classes
This package's canonical repository appears to be gone and the package has been frozen as a result.
1.0.2
2021-03-04 10:49 UTC
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- composer/package-versions-deprecated: *
- phpunit/phpunit: 9.4.2
- roave/security-advisories: dev-master
README
Adds Exception classes
AppException
EntityException
Entity\NotFoundException
ServiceException
Service\ApiException
NOTES
Entity\NotFoundException
:$code
is always 404
Test
phpunit
or vendor/bin/phpunit
coverage reports will be available in var/coverage
Use
Entity\NotFoundException
use Jalismrs\Common\Exception\Entity\NotFoundException; throw NotFoundException::create( SomeClass::class, 'some identifier' );