1<?php
2/**
3 * Exception thrown if a Turba Object already exists.
4 *
5 * Copyright 2012-2017 Horde LLC (http://www.horde.org/)
6 *
7 * See the enclosed file LICENSE for license information (ASL).  If you
8 * did not receive this file, see http://www.horde.org/licenses/apache.
9 *
10 * @author   Michael Slusarz <slusarz@horde.org>
11 * @category Horde
12 * @license  http://www.horde.org/licenses/apache ASL
13 * @package  Turba
14 */
15class Turba_Exception_ObjectExists extends Turba_Exception
16{
17}
18