TooManyEventsException.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
Namespace
Drupal\Tests\hook_event_dispatcher\UnitFile
tests/src/Unit/TooManyEventsException.phpView source
<?php
namespace Drupal\Tests\hook_event_dispatcher\Unit;
use RuntimeException;
/**
* Class TooManyEventsException.
*
* @package Drupal\Tests\hook_event_dispatcher\Unit
*/
class TooManyEventsException extends RuntimeException {
}
Classes
Name | Description |
---|---|
TooManyEventsException | Class TooManyEventsException. |