You are here

ConsoleException.php in Search API 8

Namespace

Drupal\search_api

File

src/ConsoleException.php
View source
<?php

namespace Drupal\search_api;


/**
 * Represents an exception that occurred in the console code of Search API.
 */
class ConsoleException extends SearchApiException {

}

Classes

Namesort descending Description
ConsoleException Represents an exception that occurred in the console code of Search API.