gjerokrsteski/pimf-framework

View on GitHub
core/Pimf/Controller/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Controller
 *
 * @copyright Copyright (c)  Gjero Krsteski (http://krsteski.de)
 * @license   http://opensource.org/licenses/MIT MIT License
 */

namespace Pimf\Controller;

/**
 * Use this exception when you want slightly to show in a application.
 *
 * @package Controller
 * @author  Gjero Krsteski <gjero@krsteski.de>
 *
 * @codeCoverageIgnore
 */
class Exception extends \DomainException
{

}