class DumpException in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 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
- 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 vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php
File
- vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Exception/ DumpException.php, line 19
Namespace
Symfony\Component\Yaml\ExceptionView source
class DumpException extends RuntimeException {
}