Mirarus BMVC Exception (Basic MVC Exception)
Install using composer:
composer require mirarus/bmvc-exception
Install using composer:
<?php
require_once __DIR__ . '/vendor/autoload.php';
use BMVC\Exception\ClassException;
throw new ClassException('BMVC');
?>
Licensed under the MIT license, see LICENSE