Skip to content

daycry/exceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exceptions

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
{

}

About

Exceptions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages