ext / exception
exception
1.0.3
2025-10-30 06:53 UTC
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