Sha256: 7a007c86ad1707975b9c6ed950984d4be50e590a488a8a06a082f71cd7a1a271
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
module Gerd module Exceptions class ValidationException < StandardError attr_reader :object def initialize(object) @object = object end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gerd-0.0.1 | lib/gerd/exceptions.rb |