Initial commit
This commit is contained in:
9
src/IO/Exception/IOException.php
Normal file
9
src/IO/Exception/IOException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace IO\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
abstract class IOException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user