KONTOLODON
/
var
/
www
/
old-ojs-3.3.0-11
/
lib
/
pkp
/
classes
/
install
/
Nama File / Folder
Size
Action
form
--
NONE
DowngradeNotSupportedException.inc.php
0.469KB
Hapus
Edit
Rename
PKPInstall.inc.php
8.342KB
Hapus
Edit
Rename
<=Back
<?php /** * @file classes/install/DowngradeNotSupportedException.inc.php * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2000-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief Exception indicating an unsupported downgrade. */ namespace PKP\install; class DowngradeNotSupportedException extends \Exception { function __construct() { parent::__construct('Downgrade not supported!'); } }
Liking