Namespace

Drupal\quicktabs

File

src/InvalidQuickSetException.php

View source
<?php

namespace Drupal\quicktabs;


/**
 * Create our own exception class.
 */
class InvalidQuickSetException extends Exception {

}

Classes

Title Deprecated Summary
InvalidQuickSetException Create our own exception class.