mirarus / bmvc-exception
Mirarus BMVC Exception (Basic MVC Exception)
Installs: 274
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/mirarus/bmvc-exception
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