Exception: SimpleUtilities::FormatNotMatchError
- Inherits:
-
StandardError
- Object
- StandardError
- SimpleUtilities::FormatNotMatchError
- Defined in:
- lib/simple_utilities/exceptions/file_methods_exception.rb
Overview
Test
Instance Method Summary collapse
-
#initialize ⇒ FormatNotMatchError
constructor
A new instance of FormatNotMatchError.
Constructor Details
#initialize ⇒ FormatNotMatchError
7 8 9 10 |
# File 'lib/simple_utilities/exceptions/file_methods_exception.rb', line 7 def initialize = 'Both files should be of same format to merge.' super() end |