Exception: SpreadsheetArchitect::Exceptions::ArgumentError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/spreadsheet_architect/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ArgumentError

Returns a new instance of ArgumentError.



11
12
13
# File 'lib/spreadsheet_architect/exceptions.rb', line 11

def initialize(msg)
  super(msg)
end