Init
This commit is contained in:
10
app/model/Exception/Runtime/IOException.php
Normal file
10
app/model/Exception/Runtime/IOException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace App\Model\Exception\Runtime;
|
||||
|
||||
use App\Model\Exception\RuntimeException;
|
||||
|
||||
final class IOException extends RuntimeException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user