You are here

AuthcacheP13nObjectFactoryException.inc in Authenticated User Page Caching (Authcache) 7.2

Defines exception class for object factory.

File

modules/authcache_p13n/includes/AuthcacheP13nObjectFactoryException.inc
View source
<?php

/**
 * @file
 * Defines exception class for object factory.
 */

/**
 * Exception class for object factory.
 */
class AuthcacheP13nObjectFactoryException extends Exception {

}

Classes

Namesort descending Description
AuthcacheP13nObjectFactoryException Exception class for object factory.