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

Version Path
tabulatr2-0.9.7 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.6 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.4 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.3 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.2 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.1 lib/tabulatr/utility/request_data_not_included_error.rb
tabulatr2-0.9.0 lib/tabulatr/utility/request_data_not_included_error.rb