lib/rr/errors/subject_has_different_arity_error.rb



module RR
  module Errors
    class SubjectHasDifferentArityError < RRError
    end
  end
end