[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/joomla/di/src/Exception/ -> DependencyResolutionException.php (source)

   1  <?php
   2  /**
   3   * Part of the Joomla Framework DI Package
   4   *
   5   * @copyright  Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
   6   * @license    GNU General Public License version 2 or later; see LICENSE
   7   */
   8  
   9  namespace Joomla\DI\Exception;
  10  
  11  use Psr\Container\ContainerExceptionInterface;
  12  
  13  /**
  14   * Exception class for handling errors in resolving a dependency
  15   *
  16   * @since  1.0
  17   */
  18  class DependencyResolutionException extends \RuntimeException implements ContainerExceptionInterface
  19  {
  20  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer