lib/service_skeleton/error.rb in service_skeleton-0.0.0.34.g4f6fdb0 vs lib/service_skeleton/error.rb in service_skeleton-0.0.0.41.g9507cda
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class ServiceSkeleton
class Error < StandardError
class InvalidEnvironmentError < Error; end
class CannotSanitizeEnvironmentError < Error; end
class InheritanceContractError < Error; end