Exception: DependencySpy::ImpossibleComparison

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dependency_spy/semver.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ImpossibleComparison

Returns a new instance of ImpossibleComparison.



66
67
68
# File 'lib/dependency_spy/semver.rb', line 66

def initialize(msg)
  @msg = msg
end