Exception: EnglishNepaliDateConverter::DateOutOfRangeError

Inherits:
Error
  • Object
show all
Defined in:
lib/englishnepalidateconverter.rb

Overview

Date out of range error

Instance Method Summary collapse

Constructor Details

#initialize(message = "Date out of range") ⇒ DateOutOfRangeError

Returns a new instance of DateOutOfRangeError.



17
18
19
# File 'lib/englishnepalidateconverter.rb', line 17

def initialize(message = "Date out of range")
  super(message)
end