diff options
author | purplecode <niespammnie@gmail.com> | 2013-12-08 12:29:33 +0100 |
---|---|---|
committer | purplecode <niespammnie@gmail.com> | 2013-12-08 12:29:33 +0100 |
commit | a55106c4782fc7b503e150d3a3a7cec1faaacf7b (patch) | |
tree | 66560eb2cf51bd042d8d31bbc4ecf10423f8b842 /src/PCurlException.php | |
parent | af7685c682963dd1f9785db9e4f858a62c93206f (diff) | |
download | php.curl-a55106c4782fc7b503e150d3a3a7cec1faaacf7b.zip php.curl-a55106c4782fc7b503e150d3a3a7cec1faaacf7b.tar.gz php.curl-a55106c4782fc7b503e150d3a3a7cec1faaacf7b.tar.bz2 |
namespace fix
Diffstat (limited to 'src/PCurlException.php')
-rw-r--r-- | src/PCurlException.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 {
|