mirarus/bmvc-exception

Mirarus BMVC Exception (Basic MVC Exception)

0.2 2021-12-16 23:27 UTC

This package is auto-updated.

Last update: 2024-04-17 05:26:36 UTC


README

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