Sha256: 0cafd1804355710d4176bb3f0b02f887ce35d15b0a7c4d9f3829bc53db981a2f
Contents?: true
Size: 248 Bytes
Versions: 44
Compression:
Stored size: 248 Bytes
Contents
module Tabulatr class RequestDataNotIncludedError < StandardError def self.raise_error(method, object) raise self, "You requested '#{method}' on '#{object}' but there was no such method included in your TabulatrData" end end end
Version data entries
44 entries across 44 versions & 1 rubygems