Files
server/usr/share/psa-horde/mnemo/lib/Exception.php
2026-01-07 20:52:11 +01:00

16 lines
388 B
PHP

<?php
/**
* Base exception class for Mnemo.
*
* Copyright 2009-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file LICENSE for license information (ASL). If you
* did not receive this file, see http://www.horde.org/licenses/apache.
*
* @author Michael J. Rubinsky <mrubinsk@horde.org>
* @package Mnemo
*/
class Mnemo_Exception extends Horde_Exception_Wrapped
{
}