class Tabulatr::RequestDataNotIncludedError
Public Class Methods
raise_error(method, object)
click to toggle source
# File lib/tabulatr/utility/request_data_not_included_error.rb, line 4 def self.raise_error(method, object) raise self, "You requested '#{method}' on '#{object}' but there was no such method included in your TabulatrData" end