mirarus / bmvc-exception
Mirarus BMVC Exception (Basic MVC Exception)
0.2
2021-12-16 23:27 UTC
Requires
- php: ^7.3 || ^8.0
README
Mirarus BMVC Exception (Basic MVC Exception)
Installation
Install using composer:
composer require mirarus/bmvc-exception
Example
Install using composer:
<?php require_once __DIR__ . '/vendor/autoload.php'; use BMVC\Exception\ClassException; throw new ClassException('BMVC'); ?>
License
Licensed under the MIT license, see LICENSE