16 lines
390 B
PHP
16 lines
390 B
PHP
<?php
|
|
/**
|
|
* Exception class for the VFS package.
|
|
*
|
|
* Copyright 2010-2017 Horde LLC (http://www.horde.org/)
|
|
*
|
|
* See the enclosed file COPYING for license information (LGPL). If you
|
|
* did not receive this file, see http://www.horde.org/licenses/lgpl21.
|
|
*
|
|
* @author Michael Slusarz <slusarz@horde.org>
|
|
* @package Vfs
|
|
*/
|
|
class Horde_Vfs_Exception extends Horde_Exception_Wrapped
|
|
{
|
|
}
|