From 215940c4b267cfc2dc3fe53873eb6534e649c599 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Tue, 22 Jul 2025 07:22:49 -0400 Subject: [PATCH] fix unitialized constant error --- lib/port_in_order.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/port_in_order.rb b/lib/port_in_order.rb index 87d4e689b02bc45a03ff9d1c8d4b7fc2b8647376..e723aaa2e7c81605b67be0b08b72d7968c9d84f7 100644 --- a/lib/port_in_order.rb +++ b/lib/port_in_order.rb @@ -60,7 +60,7 @@ class PortInOrder type: :error ) true - rescue APIError + rescue BandwidthIris::APIError false end