<?php /** * Exception thrown when regular connection closing should occure (eg. the client went away). * * @package PHPTracker * @subpackage Seeder */ class PHPTracker_Seeder_Error_CloseConnection extends PHPTracker_Seeder_Error { }