Exception: VORuby::CoordinateSystems::Equatorial::Exception::InvalidSexigesimalFormat

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/voruby/spacetime/spacetime.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ InvalidSexigesimalFormat

Returns a new instance of InvalidSexigesimalFormat.



198
199
200
# File 'lib/voruby/spacetime/spacetime.rb', line 198

def initialize(value)
  super("Sexigesimal value of #{value} in a format that is not understood.  Try NN:NN:NN.NN.")
end