Moved minify to powers. Improved the mapper class.
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* IO Exception.
|
||||
*
|
||||
* Please report bugs on https://github.com/matthiasmullie/minify/issues
|
||||
*
|
||||
* @author Matthias Mullie <minify@mullie.eu>
|
||||
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
|
||||
* @license MIT License
|
||||
*/
|
||||
namespace VDM\Minify\Exceptions;
|
||||
|
||||
|
||||
use VDM\Minify\Abstraction\BasicException;
|
||||
|
||||
|
||||
/**
|
||||
* IO Exception Class.
|
||||
*
|
||||
* @author Matthias Mullie
|
||||
*/
|
||||
class IOException extends BasicException
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user