Back to Joomla project (class list)

Class MissingComponentException - list of methods

Exception class defining an error for a missing component

Extends

Package: Joomla\CMS\Component\Exception
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Component/Exception/MissingComponentException.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.7.0
Show source code of this method: __construct Source Code

Tags Summary

Since
3.7.0