You are here

SavedSearchesException.php in Search API Saved Searches 8

File

src/SavedSearchesException.php
View source
<?php

namespace Drupal\search_api_saved_searches;


/**
 * Represents an exception that occurred in the context of saved searches.
 */
class SavedSearchesException extends \Exception {

}

Classes

Namesort descending Description
SavedSearchesException Represents an exception that occurred in the context of saved searches.