for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PhpCache\IO\Exception;
use Exception;
/**
* Description of newPHPClass.
*
* @author dude920228
*/
class InvalidConfigException extends Exception
{
public static function createForMissingIPOrPort()
throw new self('Missing ip or port in configuration');
}