Sha256: de3a150fafb1f0916a8646c98f3455fb74d9aa9b943f4598cf9dd0d6752c8411

Contents?: true

Size: 153 Bytes

Versions: 1

Compression:

Stored size: 153 Bytes

Contents

# frozen_string_literal: true

module Fizzy
  module Api
    module Errors
      class MethodNotAllowedError < StandardError
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fizzy-api-0.1.5 lib/fizzy/api/errors/method_not_allowed_error.rb