# frozen_string_literal: true require "rubocop/digitalhospital/version" module Rubocop module Digitalhospital class Error < StandardError; end # Your code goes here... end end