mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
16 lines
354 B
PHP
16 lines
354 B
PHP
<?php
|
|
/*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
/**
|
|
* Class ProcessFatalException
|
|
* Exception for iProcess implementations.<br>
|
|
* A big error occurred, we have to stop the iProcess processing.
|
|
*
|
|
* @since 2.5.0 N°1195
|
|
*/
|
|
class ProcessFatalException extends CoreException
|
|
{
|
|
} |