Exception: GQL::Errors::ScanError
- Inherits:
-
GQL::Error
- Object
- RuntimeError
- GQL::Error
- GQL::Errors::ScanError
- Defined in:
- lib/gql/errors.rb
Instance Attribute Summary
Attributes inherited from GQL::Error
Instance Method Summary collapse
-
#initialize(msg) ⇒ ScanError
constructor
A new instance of ScanError.
Methods inherited from GQL::Error
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 |