class TooManyEventsException in Hook Event Dispatcher 8
Same name and namespace in other branches
- 8.2 tests/src/Unit/TooManyEventsException.php \Drupal\Tests\hook_event_dispatcher\Unit\TooManyEventsException
- 3.x tests/src/Unit/TooManyEventsException.php \Drupal\Tests\hook_event_dispatcher\Unit\TooManyEventsException
Class TooManyEventsException.
@package Drupal\Tests\hook_event_dispatcher\Unit
Hierarchy
- class \Drupal\Tests\hook_event_dispatcher\Unit\TooManyEventsException extends \Drupal\Tests\hook_event_dispatcher\Unit\RuntimeException
Expanded class hierarchy of TooManyEventsException
File
- tests/
src/ Unit/ TooManyEventsException.php, line 10
Namespace
Drupal\Tests\hook_event_dispatcher\UnitView source
class TooManyEventsException extends \RuntimeException {
}