nulib-spout/openspout3/src/Reader/Exception/NoSheetsFoundException.php

8 lines
103 B
PHP

<?php
namespace OpenSpout\Reader\Exception;
class NoSheetsFoundException extends ReaderException
{
}