1<?php
2/**
3 * Exception handler for the Horde_Perms package.
4 *
5 * Copyright 2009-2017 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  Perms
13 */
14class Horde_Perms_Exception extends Horde_Exception_Wrapped
15{
16    const NOT_EXIST = 1;
17}
18