| Current Path : /home/rtorresani/www/vendor/laminas/laminas-mvc/src/Exception/ |
| 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');
}
}