Exception: EnglishNepaliDateConverter::BSDateOutOfRangeError
- Inherits:
-
Error
- Object
- StandardError
- Error
- EnglishNepaliDateConverter::BSDateOutOfRangeError
- Defined in:
- lib/englishnepalidateconverter.rb
Overview
BS Date out of range error
Instance Method Summary collapse
-
#initialize(message = "BS Date out of range") ⇒ BSDateOutOfRangeError
constructor
A new instance of BSDateOutOfRangeError.
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( = "BS Date out of range") super() end |