Sha256: dd869fa219b85fab57b24ca30f67333419d71a971e3a8ed84074ab5796e99fea
Contents?: true
Size: 162 Bytes
Versions: 16
Compression:
Stored size: 162 Bytes
Contents
# frozen_string_literal: true module Maglev module Errors class NotAuthorized < StandardError; end class UnknownSection < StandardError; end end end
Version data entries
16 entries across 16 versions & 1 rubygems