Sha256: 6c46a4b609c498a4fadf09b570c51915e63f112d2356dcdaa5353233c2578bda
Contents?: true
Size: 226 Bytes
Versions: 16
Compression:
Stored size: 226 Bytes
Contents
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
16 entries across 16 versions & 1 rubygems