# encoding: utf-8 module FeduxOrgStdlib module VersionManagement module Exceptions # If version cannot be extracted class VersionFileInvalid < StandardError; end end end end