Class: Bolt::FileError

Inherits:
Error
  • Object
show all
Defined in:
lib/bolt/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg, path) ⇒ FileError

Returns a new instance of FileError.



190
191
192
# File 'lib/bolt/error.rb', line 190

def initialize(msg, path)
  super(msg, 'bolt/file-error', { "path" => path })
end