diff options
Diffstat (limited to 'server/core')
| -rw-r--r-- | server/core/Compute.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/core/Compute.php b/server/core/Compute.php index f02eb8b..64a88aa 100644 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -1,7 +1,6 @@ <?php //namespace istic-openstack\Server\core; -// TODO introduce error-handling based on errors specific to the compute module -use OpenStack\Common\Error; +use OpenCloud\Common\Error; class compute { |
