lib/helio/errors.rb in helio-ruby-0.1.0 vs lib/helio/errors.rb in helio-ruby-0.2.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Helio # HelioError is the base error from which all other more specific Helio # errors derive. class HelioError < StandardError attr_reader :message