class OGR::ReadOnlyObject
Public Class Methods
new(msg = nil)
click to toggle source
Calls superclass method
# File lib/ogr/exceptions.rb, line 72 def initialize(msg = nil) message = msg || "The object you're accessing is read-only. Probably because it's internally managed by OGR." super(message) end