Back to Joomla project (class list)

Class RouteNotFoundException - list of methods

Exception class defining an error for a missing route

Direct known subclasses

Package: Joomla\CMS\Router\Exception
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Router/Exception/RouteNotFoundException.php
Project: Joomla

Method Summary

public
(mixed $message = '', mixed $code = 404, \Exception $previous = null)

Constructor
Parameters
  • string $message The Exception message to throw.
  • int $code The Exception code.
  • \Exception $previous The previous exception used for the exception chaining.
Since
  • 3.8.0
Show source code of this method: __construct Source Code

Tags Summary

Since
3.8.0