class Virtuaservices::Factories::Errors::GatewayNotFound

Error raised when not gateway active and running is found in the factory. @author Vincent Courtois <courtois.vincent@outlook.com>

Public Class Methods

new(action:) click to toggle source
# File lib/virtuaservices/factories/errors/gateway_not_found.rb, line 8
def initialize(action:)
  super(action, 'gateway_id', 'not_found', 404)
end