You are here

class DumpException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/yaml/Exception/DumpException.php \Symfony\Component\Yaml\Exception\DumpException

Exception class thrown when an error occurs during dumping.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of DumpException

1 file declares its use of DumpException
Inline.php in vendor/symfony/yaml/Inline.php

File

vendor/symfony/yaml/Exception/DumpException.php, line 19

Namespace

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

}

Members