Page MenuHomePhorge

ArcanistCapabilityNotSupportedException.php
No OneTemporary

ArcanistCapabilityNotSupportedException.php

<?php
final class ArcanistCapabilityNotSupportedException extends Exception {
public function __construct(ArcanistRepositoryAPI $api) {
$name = $api->getSourceControlSystemName();
parent::__construct(
pht(
"This repository API ('%s') does not support the requested capability.",
$name));
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 13:10 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114613
Default Alt Text
ArcanistCapabilityNotSupportedException.php (329 B)

Event Timeline