Class: ActiveRecordSpatial::SpatialColumns::SRIDNotFound
- Inherits:
-
ActiveRecord::ActiveRecordError
- Object
- ActiveRecord::ActiveRecordError
- ActiveRecordSpatial::SpatialColumns::SRIDNotFound
- Defined in:
- lib/activerecord-spatial/spatial_columns.rb
Instance Method Summary collapse
-
#initialize(table_name, column) ⇒ SRIDNotFound
constructor
A new instance of SRIDNotFound.
Constructor Details
#initialize(table_name, column) ⇒ SRIDNotFound
Returns a new instance of SRIDNotFound.
28 29 30 |
# File 'lib/activerecord-spatial/spatial_columns.rb', line 28 def initialize(table_name, column) super("Couldn't find SRID for #{table_name}.#{column}") end |