<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2016 Leo Feyer
*
* @license LGPL-3.0+
*/
/**
* Class UnusedArgumentsException
*
* @author Leo Feyer <https://github.com/leofeyer>
*/
class UnusedArgumentsException extends Exception {}
/**
* Class UnresolvableDependenciesException
*
* @author Leo Feyer <https://github.com/leofeyer>
*/
class UnresolvableDependenciesException extends Exception {}