# encoding: utf-8 module FeduxOrgStdlib module Rake module Exceptions # If no version file can be found class VersionFileNotFound; end end end end