[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/diffusion/exception/ -> DiffusionRefNotFoundException.php (source)

   1  <?php
   2  
   3  final class DiffusionRefNotFoundException extends Exception {
   4  
   5    private $ref;
   6  
   7    public function setRef($ref) {
   8      $this->ref = $ref;
   9      return $this;
  10    }
  11  
  12    public function getRef() {
  13      return $this->ref;
  14    }
  15  
  16  }


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