class DumpException in Plug 7
Exception class thrown when an error occurs during dumping.
@author Fabien Potencier <fabien@symfony.com>
@api
Hierarchy
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
- class \Symfony\Component\Yaml\Exception\DumpException
- class \Symfony\Component\Yaml\Exception\RuntimeException implements ExceptionInterface
Expanded class hierarchy of DumpException
1 file declares its use of DumpException
- Inline.php in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php
File
- lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Exception/ DumpException.php, line 21
Namespace
Symfony\Component\Yaml\ExceptionView source
class DumpException extends RuntimeException {
}