You are here

WebformException.php in Webform 6.x

Same filename and directory in other branches
  1. 8.5 src/WebformException.php

Namespace

Drupal\webform

File

src/WebformException.php
View source
<?php

namespace Drupal\webform;


/**
 * A base exception thrown in any webform exception.
 */
class WebformException extends \RuntimeException {

}

Classes

Namesort descending Description
WebformException A base exception thrown in any webform exception.