Projet

Général

Profil

Paste
Télécharger (195 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / feeds / includes / FeedsAccountSwitcherException.inc @ ed9a13f1

1
<?php
2

    
3
/**
4
 * @file
5
 * Contains FeedsAccountSwitcherException.
6
 */
7

    
8
/**
9
 * Thrown when there is no account to switch back to.
10
 */
11
class FeedsAccountSwitcherException extends RuntimeException {
12
}