c382cfe756
[TASK] Added a WrongDatatypeException [TASK] Started to implement the ProtocolHandler in a different way. [TASK] Started to put buffers into the ProtocolHandler. [!!!] Committing broken code.
9 lines
170 B
PHP
9 lines
170 B
PHP
<?php
|
|
/**
|
|
* WrongDatatypeException
|
|
* @author jpt
|
|
* @package Exception
|
|
* @exception
|
|
*/
|
|
class Exception_WrongDatatypeException extends Exception_GeneralException {}
|
|
?>
|