turniere-backend/app/errors/user_service_error.rb

5 lines
74 B
Ruby

# frozen_string_literal: true
class UserServiceError < StandardError
end