Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F451490
PhabricatorSystemActionRateLimitException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
419 B
Referenced Files
None
Subscribers
None
PhabricatorSystemActionRateLimitException.php
View Options
<?php
final
class
PhabricatorSystemActionRateLimitException
extends
Exception
{
private
$action
;
private
$score
;
public
function
__construct
(
PhabricatorSystemAction
$action
,
$score
)
{
$this
->
action
=
$action
;
$this
->
score
=
$score
;
parent
::
__construct
(
$action
->
getLimitExplanation
());
}
public
function
getRateExplanation
()
{
return
$this
->
action
->
getRateExplanation
(
$this
->
score
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 10:25 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
68274
Default Alt Text
PhabricatorSystemActionRateLimitException.php (419 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment