ckeditor_mentions-8.x-2.x-dev/tests/modules/ckeditor_mentions_events_test/src/Exception/SuggestionSuccessTestException.php
tests/modules/ckeditor_mentions_events_test/src/Exception/SuggestionSuccessTestException.php
<?php
namespace Drupal\ckeditor_mentions_events_test\Exception;
/**
* Indicates that suggestion event run successfully.
*/
class SuggestionSuccessTestException extends \RuntimeException {}
