# frozen_string_literal: true

# Raised when trying to associate something to a user with the wrong group
class InvalidGroupError < StandardError
end