You are here

TooManyEventsException.php in Hook Event Dispatcher 8

File

tests/src/Unit/TooManyEventsException.php
View source
<?php

namespace Drupal\Tests\hook_event_dispatcher\Unit;


/**
 * Class TooManyEventsException.
 *
 * @package Drupal\Tests\hook_event_dispatcher\Unit
 */
class TooManyEventsException extends \RuntimeException {

}

Classes

Namesort descending Description
TooManyEventsException Class TooManyEventsException.