You are here

FeedsAccountSwitcherException.inc in Feeds 7.2

Contains FeedsAccountSwitcherException.

File

includes/FeedsAccountSwitcherException.inc
View source
<?php

/**
 * @file
 * Contains FeedsAccountSwitcherException.
 */

/**
 * Thrown when there is no account to switch back to.
 */
class FeedsAccountSwitcherException extends RuntimeException {

}

Classes

Namesort descending Description
FeedsAccountSwitcherException Thrown when there is no account to switch back to.