Sha256: 5e1dffd6cfb8dffdcadf8fefbd4235335e59df5f22b188c05833bacc057918b5
Contents?: true
Size: 257 Bytes
Versions: 7
Compression:
Stored size: 257 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
7 entries across 7 versions & 1 rubygems