* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved * @license MIT License */ namespace VDM\Minify\Abstraction; /** * Basic exception. * * Please report bugs on https://github.com/matthiasmullie/minify/issues * * @author Matthias Mullie * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved * @license MIT License */ abstract class BasicException extends \Exception { }