gomoob/php-metadata-extractor

View on GitHub
src/main/php/Gomoob/Java/Io/IOException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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
}