/**
* This file is part of the PHP Generics package.
*
* @package Generics
*/ namespace Generics;
/**
* Derived exception
*
* Will be thrown whenever the reset is not possible
*
* @author Maik Greubel <greubel@nkey.de>
*/ class ResetException extends GenericsException {
}