Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / phurl / mail / PhabricatorPhurlURLReplyHandler.php
blobc15394ffcf9fd7b1abaf23d5fdcf96700c45d1d6
1 <?php
3 final class PhabricatorPhurlURLReplyHandler
4 extends PhabricatorApplicationTransactionReplyHandler {
6 public function validateMailReceiver($mail_receiver) {
7 if (!($mail_receiver instanceof PhabricatorPhurlURL)) {
8 throw new Exception(
9 pht(
10 'Mail receiver is not a %s!',
11 'PhabricatorPhurlURL'));
15 public function getObjectPrefix() {
16 return 'U';