8 lines
91 B
PHP
8 lines
91 B
PHP
<?php
|
|
|
|
namespace OpenSpout\Common\Exception;
|
|
|
|
class IOException extends SpoutException
|
|
{
|
|
}
|