Exception: EnglishNepaliDateConverter::BSDateOutOfRangeError

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

Overview

BS Date out of range error

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BSDateOutOfRangeError.



24
25
26
# File 'lib/englishnepalidateconverter.rb', line 24

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