OpenXE/classes/Components/Backup/Exception/LogException.php
2021-05-21 08:49:41 +02:00

12 lines
165 B
PHP

<?php
namespace Xentral\Components\Backup\Exception;
use RuntimeException;
class LogException extends RuntimeException implements BackupExceptionInterface
{
}