index/src/IO/IOException.php

11 lines
162 B
PHP
Raw Normal View History

2022-09-13 13:13:11 +00:00
<?php
// IOException.php
// Created: 2021-04-30
// Updated: 2021-04-30
namespace Index\IO;
use RuntimeException;
class IOException extends RuntimeException {}