[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/conduit/protocol/exception/ -> ConduitApplicationNotInstalledException.php (source)

   1  <?php
   2  
   3  final class ConduitApplicationNotInstalledException
   4    extends ConduitMethodNotFoundException {
   5  
   6    public function __construct(ConduitAPIMethod $method, $application) {
   7      parent::__construct(
   8        pht(
   9          "Method '%s' belongs to application '%s', which is not installed.",
  10          $method->getAPIMethodName(),
  11          $application));
  12    }
  13  
  14  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1