lib/port_in_order.rb 🔗
@@ -60,7 +60,7 @@ class PortInOrder
type: :error
)
true
- rescue APIError
+ rescue BandwidthIris::APIError
false
end
Phillip Davis created
lib/port_in_order.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -60,7 +60,7 @@ class PortInOrder
type: :error
)
true
- rescue APIError
+ rescue BandwidthIris::APIError
false
end