Joli\GifExceptionBundle\Tests\src\TestController::error418Action PHP Method

error418Action() public method

public error418Action ( )
    public function error418Action()
    {
        throw new HttpException(418);
    }