WebformException.php in Webform 8.5
Same filename and directory in other branches
Namespace
Drupal\webformFile
src/WebformException.phpView source
<?php
namespace Drupal\webform;
/**
* A base exception thrown in any webform exception.
*/
class WebformException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
WebformException | A base exception thrown in any webform exception. |