Sha256: 20b27e308dd87936a2d36c5c296bc3711567407e209d57b0c9a510d65acc560e
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 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 InvalidOperation} exception. # @param [String, nil] message the exception message. def initialize message = nil super end end end end
Version data entries
4 entries across 4 versions & 1 rubygems