class ConsoleException in Search API 8
Represents an exception that occurred in the console code of Search API.
Hierarchy
- class \Drupal\search_api\SearchApiException extends \Drupal\search_api\Exception
- class \Drupal\search_api\ConsoleException
Expanded class hierarchy of ConsoleException
3 files declare their use of ConsoleException
- CommandHelper.php in src/
Utility/ CommandHelper.php - CommandHelperTest.php in tests/
src/ Kernel/ System/ CommandHelperTest.php - search_api.drush.inc in ./
search_api.drush.inc - Drush commands for Search API.
File
- src/
ConsoleException.php, line 8
Namespace
Drupal\search_apiView source
class ConsoleException extends SearchApiException {
}