Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 625347f

Browse files
author
Seth Battis
committed
Packagist
To allow the use of this repository without conflicts until/unless [the pull request](educoder#66) is merged into the main repository.
1 parent 0fe1348 commit 625347f

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

Pest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
namespace Battis\Educoder;
4+
25
/**
36
* Pest is a REST client for PHP.
47
*
@@ -549,7 +552,7 @@ private function handle_header($ch, $str)
549552
}
550553
}
551554

552-
class Pest_Exception extends Exception
555+
class Pest_Exception extends \Exception
553556
{}
554557
class Pest_UnknownResponse extends Pest_Exception
555558
{}

PestJSON.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
namespace Battis\Educoder;
4+
25
/**
36
* Pest is a REST client for PHP.
47
*

PestXML.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
3+
namespace Battis\Educoder;
4+
25
/**
36
* Pest is a REST client for PHP.
47
* PestXML adds XML-specific functionality to Pest, automatically converting

0 commit comments

Comments
 (0)