Exception: GQL::Errors::ScanError

Inherits:
GQL::Error
  • Object
show all
Defined in:
lib/gql/errors.rb

Instance Attribute Summary

Attributes inherited from GQL::Error

#code, #handle

Instance Method Summary collapse

Methods inherited from GQL::Error

#as_json

Constructor Details

#initialize(msg) ⇒ ScanError

Returns a new instance of ScanError.



93
94
95
# File 'lib/gql/errors.rb', line 93

def initialize(msg)
  super(msg, 131)
end