pdf-finder/src/IO/Exception/IOException.php

10 lines
111 B
PHP
Raw Normal View History

2021-03-23 21:58:40 +01:00
<?php
namespace IO\Exception;
use RuntimeException;
abstract class IOException extends RuntimeException
{
}