Exception: Sangaku::Errors::OpenPolygonError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sangaku/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeOpenPolygonError

Returns a new instance of OpenPolygonError.



4
5
6
# File 'lib/sangaku/errors.rb', line 4

def initialize
  super "Expected poly to be closed."
end