FOF30\Factory\Exception\ControllerNotFound::__construct PHP Метод

__construct() публичный Метод

public __construct ( $controller, $code = 500, Exception $previous = null )
$previous Exception
    public function __construct($controller, $code = 500, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_CONTROLLER_ERR_NOT_FOUND', $controller);
        parent::__construct($message, $code, $previous);
    }
ControllerNotFound