class ViewsWizardException
A custom exception class for our errors.
Hierarchy
- class \ViewsWizardException extends \Exception
Expanded class hierarchy of ViewsWizardException
File
- plugins/
views_wizard/ views_ui_base_views_wizard.class.php, line 39 - Provides the interface and base class for Views Wizard plugins.
View source
class ViewsWizardException extends Exception {
}