Sha256: e679243d713133712912161125621b39c35ac12d71d044c0c5fcbe2f6294fe1e
Contents?: true
Size: 363 Bytes
Versions: 31
Compression:
Stored size: 363 Bytes
Contents
# encoding: UTF-8 module ForestLiana module Errors class SerializeAttributeBadFormat < StandardError def initialize(message="Bad format for one of the attributes.") super end end class LiveQueryError < StandardError def initialize(message="Invalid SQL query for this Live Query") super end end end end
Version data entries
31 entries across 31 versions & 1 rubygems