PHPColibri/framework

View on GitHub
Routing/Exception/NotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Colibri\Routing\Exception;

use LogicException;

/**
 * NotFoundException - if not found Module or Controller or Method in it.
 */
class NotFoundException extends LogicException
{
}