Files
FHC-Core/include/ezcomponents/ImageAnalysis/src/exceptions/exception.php
T
SimonGschnell a21a292da6 dokument upload
2024-01-29 16:48:41 +01:00

21 lines
435 B
PHP
Executable File

<?php
/**
* Base exception for the ImageAnalysis package.
*
* @package ImageAnalysis
* @version 1.1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* General exception container for the ImageAnalysis component.
*
* @package ImageAnalysis
* @version 1.1.3
*/
abstract class ezcImageAnalyzerException extends ezcBaseException
{
}
?>