MissingComponentException
Extends \Joomla\CMS\Router\Exception\RouteNotFoundExceptionException class defining an error for a missing component
since |
3.7.0 |
---|
Methods
__construct
Constructor
__construct(string $message = '', integer $code = 404, \Exception $previous = null)
inherited
since |
3.8.0 |
---|
Arguments
- $message
string
The Exception message to throw.- $code
integer
The Exception code.- $previous
\Exception
The previous exception used for the exception chaining.