Repository URL to install this package:
|
Version:
0.1.2 ▾
|
# frozen_string_literal: true
module Kiwi
# Kiwi Interactor
module Interactor
module Errors
class ValidationClassMissing < Kiwi::Errors::Error; end
end
end
end