PHP Classes

File: src/Generics/ResetException.php

Recommend this page to a friend!
  Classes of Maik Greubel   PHP Generics   src/Generics/ResetException.php   Download  
File: src/Generics/ResetException.php
Role: Class source
Content type: text/plain
Description: Derived exception
Class: PHP Generics
Framework for accessing streams, sockets and logs
Author: By
Last change: Update of src/Generics/ResetException.php
Date: 2 months ago
Size: 291 bytes
 

Contents

Class file image Download
<?php

/**
 * 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
{
}