<?php
/**
* ProtocolHandlerException
* @author jpt
* @package Exception
* @exception
*/
class Exception_ProtocolHandlerException extends Exception_GeneralException {}
?>