Refactorings
- important curl and wget improvements - initial test coverage - setters and getters in Request classes - namespace fixes - some additions in README - docblocks and code-style
This commit is contained in:
11
src/Exceptions/EmptyHttpVerbException.php
Normal file
11
src/Exceptions/EmptyHttpVerbException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace PmConverter\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class EmptyHttpVerbException extends Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user