Sha256: 47c9789b5040d7389c94e35e49702ec26927a8d3b803292059c34c7e888fff74
Contents?: true
Size: 168 Bytes
Versions: 2
Compression:
Stored size: 168 Bytes
Contents
module Satchel class UnpersistedSubjectError < RuntimeError #:nodoc: def initialize(subject) super("#{subject.inspect} is not persisted") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
satchel-0.0.2 | lib/satchel/exceptions.rb |
satchel-0.0.1 | lib/satchel/exceptions.rb |