Sha256: 46a78b4a0be28f8697b4d70463e03f9ff87ce909731595fb64ece0eb9b135b6b
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
# -*- encoding : utf-8 -*- module Guacamole class GenericError < StandardError; end class AQLNotSupportedError < GenericError def initialize(msg = 'AQL is an experimental feature. Please activate it in the config: https://github.com/triAGENS/guacamole#experimental-aql-support') super end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guacamole-0.3.0 | lib/guacamole/exceptions.rb |
guacamole-0.2.0 | lib/guacamole/exceptions.rb |