gomoob/php-metadata-extractor

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Copyright 2016 SARL GOMOOB. All rights reserved.
 */
namespace Gomoob\Java\Io;

/**
 * The Character Encoding is not supported.
 *
 * @author Baptiste GAILLARD (baptiste.gaillard@gomoob.com)
 */
class UnsupportedEncodingException extends IOException
{
    // Empty
}