module Quandl
module Error
  
  class ColumnCountMismatch < StandardError; end
  
end
end