Exception: Inferno::FileExistsException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::FileExistsException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(value_set) ⇒ FileExistsException
constructor
A new instance of FileExistsException.
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 |