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
Mon, Mar 24, 09:47 (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113442
Default Alt Text
PhutilLockException.php (222 B)

Event Timeline