*/ namespace oat\taoTests\models\runner\time; /** * Class InvalidStorageException * * Thrown when the storage is missing or invalid. * * @package oat\taoTests\models\runner\time */ class InvalidStorageException extends TimeException { }