summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PCurl.php4
-rw-r--r--src/PCurlException.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/PCurl.php b/src/PCurl.php
index edf3698..7102661 100644
--- a/src/PCurl.php
+++ b/src/PCurl.php
@@ -8,11 +8,11 @@
* under the terms of the MIT License (see http://en.wikipedia.org/wiki/MIT_License)
*/
-namespace PurpleCode;
+namespace PurpleCode\PCurl;
require_once 'PCurlException.php';
-use PurpleCode\PCurlException;
+use PurpleCode\PCurl\PCurlException;
class PCurl {
diff --git a/src/PCurlException.php b/src/PCurlException.php
index ec0d646..abed40a 100644
--- a/src/PCurlException.php
+++ b/src/PCurlException.php
@@ -8,7 +8,7 @@
* under the terms of the MIT License (see http://en.wikipedia.org/wiki/MIT_License)
*/
-namespace PurpleCode;
+namespace PurpleCode\PCurl;
class PCurlException extends \Exception {