Sha256: 3b2e7c77f7e0817c2df20d91ecbd419aada355033b21fe3a08c886fdfd1f7f36
Contents?: true
Size: 157 Bytes
Versions: 24
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true module Ibandit class InvalidCharacterError < StandardError; end class UnsupportedAccountDetails < StandardError; end end
Version data entries
24 entries across 24 versions & 1 rubygems