Projet

Général

Profil

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

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

1
<?php
2

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

    
8
/**
9
 * A custom exception class for handling file validation errors.
10
 */
11
class MediaInternetValidationException extends Exception {
12

    
13
}