~ubuntu-branches/ubuntu/vivid/php-horde-icalendar/vivid-proposed

« back to all changes in this revision

Viewing changes to Horde_Icalendar-2.0.6/lib/Horde/Icalendar/Exception.php

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2013-06-24 10:54:25 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130624105425-adwwv5oiqnng8xew
Tags: 2.0.6-1
New upstream version 2.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Exception handler for the horde/Icalendar package.
 
4
 *
 
5
 * Copyright 2010-2013 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
 * @license  http://www.horde.org/licenses/lgpl21 LGPL 2.1
 
13
 * @package  Icalendar
 
14
 */
 
15
class Horde_Icalendar_Exception extends Horde_Exception_Wrapped
 
16
{
 
17
}