nulib-spout/openspout3/src/Common/Exception/IOException.php

8 lines
91 B
PHP

<?php
namespace OpenSpout\Common\Exception;
class IOException extends SpoutException
{
}