daycry/exceptions
Exceptions for Codeigniter 4
Maintainers
v1.0.3
2023-12-07 12:32 UTC
Requires
- php: >=7.4 || ^8.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 4d63442496a5b8664cd7ddac47d463be44b7a807
This package is auto-updated.
Last update: 2026-06-07 17:54:56 UTC
README
Exceptions for Codeigniter 4
Installation via composer
Use the package with composer install
> composer require daycry/exceptions
<?php declare(strict_types=1); namespace App\Exceptions; use Daycry\Exceptions\Exceptions\RuntimeException; class ExampleException extends RuntimeException { }
