You are here

class DumpException in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/DumpException.php \Symfony\Component\Yaml\Exception\DumpException

Exception class thrown when an error occurs during dumping.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of DumpException

1 file declares its use of DumpException
Inline.php in modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Inline.php

File

modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Exception/DumpException.php, line 21

Namespace

Symfony\Component\Yaml\Exception
View source
class DumpException extends RuntimeException {

}

Members