16 lines
388 B
PHP
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
|
|
{
|
|
}
|