Sha256: 6f43b6b26e51f00c0f38e48095d5db7cf5ef68a5dd23bacabf2349881db22884
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
module Rambling module Trie # Raised when trying to execute an invalid operation on a Trie data structure. class InvalidOperation < Exception # Creates a new InvalidOperation exception. # @param [String, nil] message the exception message. def initialize message = nil super end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rambling-trie-0.9.3 | lib/rambling/trie/invalid_operation.rb |