~ubuntu-branches/ubuntu/wily/php-horde-cache/wily

« back to all changes in this revision

Viewing changes to Horde_Cache-2.5.0/lib/Horde/Cache/Exception.php

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2014-05-17 11:10:04 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20140517111004-sivxqdkho9p34xfy
Tags: 2.5.0-1
New upstream version 2.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Exception handler for the horde/Cache package.
 
4
 *
 
5
 * Copyright 2010-2014 Horde LLC (http://www.horde.org/)
 
6
 *
 
7
 * See the enclosed file COPYING for license information (LGPL). If you
 
8
 * did not receive this file, see http://www.horde.org/licenses/lgpl21.
 
9
 *
 
10
 * @author   Michael Slusarz <slusarz@horde.org>
 
11
 * @category Horde
 
12
 * @package  Cache
 
13
 */
 
14
class Horde_Cache_Exception extends Horde_Exception_Wrapped
 
15
{
 
16
}