Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function __construct($hostedDomainConfigured, $hostedDomainOfUser) |
||
20 | { |
||
21 | parent::__construct("Hosted domain mismatch '$hostedDomainOfUser' !== '$hostedDomainConfigured'"); |
||
22 | $this->hostedDomainConfigured = $hostedDomainConfigured; |
||
23 | $this->hostedDomainOfUser = $hostedDomainOfUser; |
||
24 | } |
||
25 | |||
44 |