ircbot/Main.php

11 lines
197 B
PHP
Raw Normal View History

2010-11-21 23:48:11 +01:00
<?php
error_reporting(E_ALL);
require_once('AutoLoader.php');
try {
require_once('Testcode/Client/ClientManagerTest.php');
}
catch(Exception $e) {
echo "\n\nCaught Exception: " . $e . "\n";
}
?>