# frozen_string_literal: true module Bs2Api module Errors class InvalidPixKey < Base; end end end