Class: Bolt::FileError
- Inherits:
-
Error
- Object
- Error
- Bolt::FileError
- Defined in:
- lib/bolt/error.rb
Instance Method Summary collapse
-
#initialize(msg, path) ⇒ FileError
constructor
A new instance of FileError.
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 |