ext / exception
exception
Installs: 7
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ext/exception
Requires
- php: >=8.2
Requires (Dev)
- mockery/mockery: ^1.6
- phpstan/phpstan: ^1.10.18
- phpunit/phpunit: ^10.2.4
- symfony/var-dumper: ^6.3.5
- vimeo/psalm: ^5.10.0
README
PHP Dev Template
Features
- exceptions
Usage
use Zeus\Exception\InvalidArgumentException; try { throw new InvalidArgumentException('test'); } catch (InvalidArgumentException $e) { echo $e->getMessage(); }
Installation
- Install with Composer
composer require ext/exception
Documentation
CHANGELOG
See CHANGELOG.md
Contributing
Security Vulnerabilities
License
The XXX is open-sourced software licensed under the MIT license.
Example See https://choosealicense.com/licenses