lib/bolt/error.rb in bolt-0.17.2 vs lib/bolt/error.rb in bolt-0.18.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Bolt
class Error < RuntimeError
attr_reader :kind, :details, :issue_code, :error_code
def initialize(msg, kind, details = nil, issue_code = nil)