Projet

Général

Profil

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

root / drupal7 / sites / all / modules / media / modules / media_internet / includes / MediaInternetNoHandlerException.inc @ ca0757b9

1
<?php
2

    
3
/**
4
 * @file
5
 * Definition of MediaInternetNoHandlerException.
6
 */
7

    
8
/**
9
 * A custom exception class for handling embed code with no handler.
10
 */
11
class MediaInternetNoHandlerException extends Exception {
12

    
13
}