Add first tests

This commit is contained in:
2020-04-16 18:02:46 +02:00
parent 0952cf2db3
commit 02ad4f286e
14 changed files with 1958 additions and 58 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Shikiryu\Exceptions;
use Exception;
class TransportException extends Exception
{
}