Definition of Drupal\views\Plugin\views\wizard\WizardException.
<?php
/**
* @file
* Definition of Drupal\views\Plugin\views\wizard\WizardException.
*/
namespace Drupal\views\Plugin\views\wizard;
/**
* A custom exception class for our errors.
*/
class WizardException extends \Exception {
}
Name | Description |
---|---|
WizardException | A custom exception class for our errors. |