fix unitialized constant error

Phillip Davis created

Change summary

lib/port_in_order.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/port_in_order.rb 🔗

@@ -60,7 +60,7 @@ class PortInOrder
 			type: :error
 		)
 		true
-	rescue APIError
+	rescue BandwidthIris::APIError
 		false
 	end