20 lines
567 B
PHP
20 lines
567 B
PHP
<?php
|
|
|
|
// This file defines the Roblox.Platform.Throttling.ThrottleRequestBase class.
|
|
|
|
namespace Roblox\Platform\Throttling;
|
|
|
|
class ThrottleRequestBase {
|
|
|
|
function __construct() {
|
|
}
|
|
|
|
function GetRateLimitEntity() {
|
|
/*
|
|
at Roblox.Common.EntityHelper.GetOrCreateEntity[TIndex,TEntity,TDal](ICacheInfo cacheInfo, String entityIdLookup, GetOrCreate`1 getterOrCreator) in C:\teamcity-agent\work\a6371342c4f9b6ec\Assemblies\Data\Roblox.Data\Entities\EntityHelper.cs:line 0
|
|
at Roblox.Platform.Throttling.ThrottleRequestBase.GetRateLimitEntity()
|
|
*/
|
|
}
|
|
}
|
|
|
|
// EOF
|