class DumpException
Exception class thrown when an error occurs during dumping.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\Yaml\Exception\RuntimeException extends \Symfony\Component\Yaml\Exception\RuntimeException implements \Symfony\Component\Yaml\Exception\ExceptionInterface
- class \Symfony\Component\Yaml\Exception\RuntimeException extends \Symfony\Component\Yaml\Exception\RuntimeException implements \Symfony\Component\Yaml\Exception\ExceptionInterface
- class \Symfony\Component\Yaml\Exception\DumpException extends \Symfony\Component\Yaml\Exception\RuntimeException
- class \Symfony\Component\Yaml\Exception\RuntimeException extends \Symfony\Component\Yaml\Exception\RuntimeException implements \Symfony\Component\Yaml\Exception\ExceptionInterface
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\ExceptionView source
class DumpException extends RuntimeException {
}