Sha256: b5eb90e4da6067587739508ff9c54fef37a93fdddb0f8aea6e49a5b0c5534864

Contents?: true

Size: 245 Bytes

Versions: 7

Compression:

Stored size: 245 Bytes

Contents

module Revision
  module Errors
    class Base < StandardError; end
    class NoDefinition < Base
      def initialize(root)
        super("No definition file (#{Releasable::CONFIG_FILE_NAME}) found at root #{root}")
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
revision-1.2.4 lib/revision/errors.rb
revision-1.2.2 lib/revision/errors.rb
revision-1.2.1 lib/revision/errors.rb
revision-1.2.0 lib/revision/errors.rb
revision-1.1.8 lib/revision/errors.rb
revision-1.1.7 lib/revision/errors.rb
revision-1.1.4 lib/revision/errors.rb