class WebformException in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformException.php \Drupal\webform\WebformException
A base exception thrown in any webform exception.
Hierarchy
- class \Drupal\webform\WebformException extends \Drupal\webform\RuntimeException
Expanded class hierarchy of WebformException
2 files declare their use of WebformException
- Webform.php in src/
Entity/ Webform.php - WebformEntityTest.php in tests/
src/ Kernel/ Entity/ WebformEntityTest.php
File
- src/
WebformException.php, line 8
Namespace
Drupal\webformView source
class WebformException extends \RuntimeException {
}