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