Page MenuHomePhorge

PhutilLockException.php
No OneTemporary

PhutilLockException.php

<?php
final class PhutilLockException extends Exception {
private $hint;
public function setHint($hint) {
$this->hint = $hint;
return $this;
}
public function getHint() {
return $this->hint;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Apr 17, 06:39 (2 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113442
Default Alt Text
PhutilLockException.php (222 B)

Event Timeline