throw new Halt();
Filament\Support\Exceptions\Halt
use Filament\Support\Exceptions\Halt;public function updateNotes(string $notes){ try { // call api endpoint } catch (Exception $e) { // log // notify throw new Halt(); }}
$this->updateNotes