You are here

entity_share.exceptions.inc in Entity Share 7

Class for entity share exceptions.

File

includes/entity_share.exceptions.inc
View source
<?php

/**
 * @file
 * Class for entity share exceptions.
 */

/**
 * EntityShare general exception.
 */
class EntityShareException extends Exception {

}

/**
 * EntityShare export exception.
 */
class EntityShareExportException extends EntityShareException {

}

/**
 * EntityShare import exception.
 */
class EntityShareImportException extends EntityShareException {

}

Classes

Namesort descending Description
EntityShareException EntityShare general exception.
EntityShareExportException EntityShare export exception.
EntityShareImportException EntityShare import exception.