ircbot/Classes/Exception/WrongDatatypeException.php

9 lines
170 B
PHP

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