learningtapestry/lcms-engine

View on GitHub
app/exceptions/lcms/engine/document_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module Lcms
  module Engine
    class DocumentError < StandardError
    end
  end
end