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