src/Request/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 *
 */

namespace Mvc5\Request;

final class Exception
{
    /**
     *
     */
    use Exception\Exception;
}