public function __construct($lhs, $rhs) { parent::__construct('%s is not equal to %s', $lhs, $rhs); }
public function __construct($value) { parent::__construct('"%s" is no null', $value); }
public function __construct() { parent::__construct('Value is null'); }
public function __construct($lhs, $rhs) { parent::__construct('%s is identical to %s', ${$lhs}, $rhs); }
public function __construct($value, $type) { parent::__construct('%s did not match type %s', ${$value}, $type); }
public function __construct($value) { parent::__construct('Value "%s" is not empty', $value); }
public function __construct() { parent::__construct('Value is empty'); }