<?php

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

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