diff options
| author | root <root@localhost.localdomain> | 2016-03-09 15:21:46 +0100 |
|---|---|---|
| committer | root <root@localhost.localdomain> | 2016-03-09 15:21:46 +0100 |
| commit | c8d1eeda92d2c4720dc495313a1006ec81510693 (patch) | |
| tree | f76fb607a629cd09dcdca15cce543384dcfba23c /server/core/ErrorManagement.php | |
| parent | 73c33feded940dcfc542b54394cd1e3efd9ba9d7 (diff) | |
MAJ Library
Diffstat (limited to 'server/core/ErrorManagement.php')
| -rwxr-xr-x | server/core/ErrorManagement.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/core/ErrorManagement.php b/server/core/ErrorManagement.php index 6bff61f..4ba3493 100755 --- a/server/core/ErrorManagement.php +++ b/server/core/ErrorManagement.php @@ -1,9 +1,9 @@ <?php
-use OpenStack\Common\Error\BadResponseError;
-use OpenStack\Common\Error\BaseError;
-use OpenStack\Common\Error\NotImplementedError;
-use OpenStack\Common\Error\UserInputError;
+use OpenCloud\Common\Error\BadResponseError;
+use OpenCloud\Common\Error\BaseError;
+use OpenCloud\Common\Error\NotImplementedError;
+use OpenCloud\Common\Error\UserInputError;
Class errorManagement{
@@ -36,4 +36,4 @@ Class errorManagement{ }
-?>
\ No newline at end of file +?>
|
