Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.28 KB

Bmvc-exception

Mirarus BMVC Exception (Basic MVC Exception)

Packagist PHP Version Support Packagist Version Packagist Downloads Packagist License PHP Composer

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