summaryrefslogtreecommitdiffstats
path: root/src/PCurl.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/PCurl.php')
-rw-r--r--src/PCurl.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/PCurl.php b/src/PCurl.php
index 27a87f8..301da54 100644
--- a/src/PCurl.php
+++ b/src/PCurl.php
@@ -1,5 +1,11 @@
<?php
+namespace PurpleCode;
+
+require_once 'PCurlException.php';
+
+use PurpleCode\PCurlException;
+
class PCurl {
private $options;