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