03a4dfff71
[TASK] Started to implement the IRC-Protocol
9 lines
174 B
PHP
9 lines
174 B
PHP
<?php
|
|
/**
|
|
* ProtocolHandlerException
|
|
* @author jpt
|
|
* @package Exception
|
|
* @exception
|
|
*/
|
|
class Exception_ProtocolHandlerException extends Exception_GeneralException {}
|
|
?>
|