Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-mvc/src/Exception/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-mvc/src/Exception/ReachedFinalHandlerException.php

<?php

namespace Laminas\Mvc\Exception;

/**
 * @deprecated Since 3.2.0
 */
class ReachedFinalHandlerException extends RuntimeException
{
    /**
     * @return self
     */
    public static function create()
    {
        return new self('Reached the final handler for middleware pipe - check the pipe configuration');
    }
}