Sha256: 9b2bde2e603e91a591c578fe4f4614a8a8060c1ce10597de91eff075c4bc8113
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Fixtury module Errors class SchemaFrozenError < ::StandardError def initialize super("Schema is frozen. New namespaces, definitions, and enhancements are not allowed.") end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fixtury-0.4.1 | lib/fixtury/errors/schema_frozen_error.rb |