Catholic migrant shelter: ‘Human smuggling’ accusations ‘nonsense’

   

In a court document filed by Paxton in May, he claimed to have “reviewed and obtained sworn testimony” indicating that the nonprofit is engaging in illegal immigration activities.

Paxton said the group’s “own sworn testimony” as part of ongoing legal proceedings show that Annunciation House “knowingly shelters illegal aliens” and “even goes into Mexico to retrieve aliens who[m] border patrol denied.”

In response, Annunciation House has called Paxton’s actions “illegal, immoral, and anti-faith” and his allegations “unfounded.” 

What happened at the hearing?

During the hearing, which according to Dominguez was held online due to “security concerns,” Farquharson claimed that the nonprofit’s refusal to comply with the order to turn over documents relating to its operations “demonstrates concealment, harboring, and shielding” of illegal activity.

He also claimed that Annunciation House has been violating the Emergency Food and Shelter Act’s requirement to keep daily logs of the migrants they serve.  

Dominguez pressed Farquharson on whether Paxton’s lawsuit diminishes Annunciation House’s Fourth Amendment right to freedom from unreasonable searches and seizures and to due process.

“Are you saying that Annunciation House, regardless of what they do or who they are harboring, to use your language, are you saying they have a diminished Fourth Amendment right?” the judge asked.

Farquharson responded that nonprofits are not guaranteed the same degree of Fourth Amendment protections as individuals.

Wesevich countered that “corporations have Fourth Amendment rights” and said that Paxton has no authority to shut Annunciation House down because “there has been no clear proof of any violation of law.”

“The attorney general is not looking for documents,” Wesevich said. “What the attorney general is looking for is an excuse to close Annunciation House.”

(Story continues below)

Subscribe to our daily newsletter

Wesevich went on to say that the “burden of proof of reasonableness” for Paxton’s records request “belongs only to the attorney general.”

TRLA held a press conference after the hearing during in which Wesevich said that Texas’ actions are “an obvious attack on Annunciation House’s fundamental right to practice the Catholic faith.”

Wesevich told CNA during the press conference that if Paxton were to be successful in his actions against Annunciation House the result would be “more people out on the streets” and “everywhere more chaos.”

“If the attorney general were successful, it would result in no decreased immigration whatsoever and only increased chaos,” he went on. “For us, for the business community, for the community at large, for the religious community, as well as for the government.”

What’s next?

Dominguez said during the hearing that he plans to issue a ruling in the next two weeks.

`;
}
(function() {
const most_read_url = ‘/most-read-api’;
var historyList = document.getElementById(‘mostread-Vdc2hRFmJD’);
fetch(most_read_url).then((result) => {
var json_result = result.json();
json_result.then((data) => {
data.forEach((item, i) => {
var html = render(i, item.url, item.title);
historyList.innerHTML += html;
if ((i + 1) >= 5) {
return false;
}
});
});
}).catch((err) => {
console.error(err);
});
})();