Sha256: a1b8ca00c552d0611780a34baa0a0e7579da629abda99e8de205a8e14f4b5e45
Contents?: true
Size: 282 Bytes
Versions: 6
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module LazyLazer # This is raised when a required attribute isn't included. class RequiredAttribute < StandardError; end # Raised when a missing attribute is called but a default isn't present. class MissingAttribute < StandardError; end end
Version data entries
6 entries across 6 versions & 1 rubygems