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

15 lines
325 B
PHP

<?php
/**
* Base exception class for Nag.
*
* Copyright 2009-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (GPL). If you
* did not receive this file, see http://www.horde.org/licenses/gpl.
*
* @package Nag
*/
class Nag_Exception extends Horde_Exception_Wrapped
{
}