Exception: Inferno::FileExistsException

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

Instance Method Summary collapse

Constructor Details

#initialize(value_set) ⇒ FileExistsException

Returns a new instance of FileExistsException.



21
22
23
# File 'lib/inferno/exceptions.rb', line 21

def initialize(value_set)
  super(value_set.to_s)
end