add commentaries, update error management and correct some mistakes in Image.php, resolve conflict in AppTestClass.php
This commit is contained in:
parent
0ce2b2fa30
commit
e01936a73e
2 changed files with 134 additions and 159 deletions
|
@ -1,24 +1,12 @@
|
|||
<?php
|
||||
include_once("../core/Plugin_Api.php");
|
||||
include_once("../core/LibOverride/genTokenOptions.php");
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
include_once("../core/ErrorManagement.php");
|
||||
|
||||
use OpenCloud\Common\Error\BadResponseError;
|
||||
use OpenCloud\Common\Error\BaseError;
|
||||
use OpenCloud\Common\Error\NotImplementedError;
|
||||
use OpenCloud\Common\Error\UserInputError;
|
||||
>>>>>>> Stashed changes
|
||||
=======
|
||||
include_once("../core/ErrorManagement.php");
|
||||
|
||||
use OpenStack\Common\Error\BadResponseError;
|
||||
use OpenStack\Common\Error\BaseError;
|
||||
use OpenStack\Common\Error\NotImplementedError;
|
||||
use OpenStack\Common\Error\UserInputError;
|
||||
>>>>>>> develop
|
||||
|
||||
class AppTest{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue