# frozen_string_literal: true require_relative "mvcStudentXD/version" module MvcStudentXD class Error < StandardError; end # Your code goes here... end