src/MethodNotAllowedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Created by Prowect
 * Author: Raffael Kessler
 * Date: 02.04.2016 - 10:58.
 * Copyright Prowect.
 */

namespace Drips\MVC;

use Exception;

class MethodNotAllowedException extends Exception
{
}