MissingComponentException

Extends RouteNotFoundException

Exception class defining an error for a missing component

since

3.7.0

package

Joomla CMS

Methods

__construct

Constructor

__construct( message = '',  code = 404, \Exception previous = null) : 
since

3.7.0

Arguments

message

stringThe Exception message to throw.

code

intThe Exception code.

previous

ExceptionThe previous exception used for the exception chaining.

Response

mixed