Exception: AimsProject::GeometryEvaluationException

Inherits:
AimsProjectException show all
Defined in:
lib/aims_project/aims_project_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeGeometryEvaluationException

Returns a new instance of GeometryEvaluationException.



37
38
39
# File 'lib/aims_project/aims_project_exception.rb', line 37

def initialize
  super "Error evaluating geometry"
end