franzwilding/last

View on GitHub
Exception/RouteHandlingException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * User: franzwilding
 * Date: 13.08.18
 * Time: 14:16
 */

namespace Fw\LastBundle\Exception;


class RouteHandlingException extends \Exception
{

}