Exception: VORuby::CoordinateSystems::Equatorial::Exception::DecOutOfRange

Inherits:
CoordinateOutOfRangeException show all
Defined in:
lib/voruby/spacetime/spacetime.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ DecOutOfRange

Returns a new instance of DecOutOfRange.



192
193
194
# File 'lib/voruby/spacetime/spacetime.rb', line 192

def initialize(value)
  super("Declination", value, -90, 90)
end