* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved * @license MIT License */ namespace MatthiasMullie\Minify\Exceptions; /** * IO Exception Class. * * @author Matthias Mullie */ class IOException extends BasicException { }