You are here

MediaInternetNoHandlerException.inc in D7 Media 7

Definition of MediaInternetNoHandlerException.

File

modules/media_internet/includes/MediaInternetNoHandlerException.inc
View source
<?php

/**
 * @file
 * Definition of MediaInternetNoHandlerException.
 */

/**
 * A custom exception class for handling embed code with no handler.
 */
class MediaInternetNoHandlerException extends Exception {

}

Classes

Namesort descending Description
MediaInternetNoHandlerException A custom exception class for handling embed code with no handler.