Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EmptyParameterValueException.php

class EmptyParameterValueException

This exception is thrown when an existent parameter with an empty value is used.

@author Yonel Ceruto <open@yceruto.dev>

Hierarchy

  • class \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException extends \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
    • class \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException extends \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException implements \Symfony\Component\DependencyInjection\Exception\ExceptionInterface
      • class \Symfony\Component\DependencyInjection\Exception\EmptyParameterValueException extends \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException implements \Psr\Container\NotFoundExceptionInterface

Expanded class hierarchy of EmptyParameterValueException

1 file declares its use of EmptyParameterValueException
ParameterBag.php in vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php

File

vendor/symfony/dependency-injection/Exception/EmptyParameterValueException.php, line 21

Namespace

Symfony\Component\DependencyInjection\Exception
View source
class EmptyParameterValueException extends InvalidArgumentException implements NotFoundExceptionInterface {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal