MediaInternetNoHandlerException.inc in D7 Media 7
Definition of MediaInternetNoHandlerException.
File
modules/media_internet/includes/MediaInternetNoHandlerException.incView source
<?php
/**
* @file
* Definition of MediaInternetNoHandlerException.
*/
/**
* A custom exception class for handling embed code with no handler.
*/
class MediaInternetNoHandlerException extends Exception {
}
Classes
Name | Description |
---|---|
MediaInternetNoHandlerException | A custom exception class for handling embed code with no handler. |