lib/vnstat/errors/unknown_interface.rb in vnstat-ruby-1.1.0 vs lib/vnstat/errors/unknown_interface.rb in vnstat-ruby-2.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Vnstat
#
# An exception that is raised when the specified interface could not be found
# among the known ones.
class UnknownInterface < Error