Exception: SimpleUtilities::FormatNotMatchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simple_utilities/exceptions/file_methods_exception.rb

Overview

Test

Instance Method Summary collapse

Constructor Details

#initializeFormatNotMatchError



7
8
9
10
# File 'lib/simple_utilities/exceptions/file_methods_exception.rb', line 7

def initialize
  message = 'Both files should be of same format to merge.'
  super(message)
end