You are here

SearchApiException.php in Search API 8

Namespace

Drupal\search_api

File

src/SearchApiException.php
View source
<?php

namespace Drupal\search_api;


/**
 * Represents an exception that occurred in some part of the Search API.
 */
class SearchApiException extends \Exception {

}

Classes

Namesort descending Description
SearchApiException Represents an exception that occurred in some part of the Search API.