src/main/php/Gomoob/Java/Io/UnsupportedEncodingException.php
<?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
}