src/main/php/Gomoob/Java/Io/IOException.php
<?php
/**
* Copyright 2016 SARL GOMOOB. All rights reserved.
*/
namespace Gomoob\Java\Io;
/**
* Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by
* failed or interrupted I/O operations.
*
* @author Baptiste GAILLARD (baptiste.gaillard@gomoob.com)
*/
class IOException extends \Exception
{
// Empty
}