Exception: CartesianForGeo::VectorsCountError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- CartesianForGeo::VectorsCountError
- Defined in:
- lib/cartesian_for_geo.rb
Overview
Custom error for Polygon initialization
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
195 196 197 |
# File 'lib/cartesian_for_geo.rb', line 195 def 'You need at least two vectors to initialize the polygon' end |