Initial commit

This commit is contained in:
2021-03-23 21:58:40 +01:00
commit 61623f5a35
30 changed files with 1936 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace IO\Exception;
use RuntimeException;
abstract class IOException extends RuntimeException
{
}