Files
nette-vite/app/model/Exception/Runtime/IOException.php
2022-03-12 16:25:30 +01:00

11 lines
171 B
PHP
Executable File

<?php declare(strict_types = 1);
namespace App\Model\Exception\Runtime;
use App\Model\Exception\RuntimeException;
final class IOException extends RuntimeException
{
}