*/ namespace oat\taoTests\models\runner\time; /** * Class TimeException * * Base exception class for all Timing API related exceptions * * @package oat\taoTests\models\runner\time */ class TimeException extends \common_Exception { }