hook_event_dispatcher-8.x-2.04/tests/src/Unit/TooManyEventsException.php
tests/src/Unit/TooManyEventsException.php
<?php
namespace Drupal\Tests\hook_event_dispatcher\Unit;
/**
* Class TooManyEventsException.
*
* @package Drupal\Tests\hook_event_dispatcher\Unit
*/
class TooManyEventsException extends \RuntimeException {}
