chore: Update the error message to the correct one (#8646)
- Update the error message in reply_mailbox to more appropriate one.
This commit is contained in:
@@ -83,7 +83,7 @@ class ReplyMailbox < ApplicationMailbox
|
|||||||
end
|
end
|
||||||
|
|
||||||
def validate_resource(resource)
|
def validate_resource(resource)
|
||||||
raise "#{resource.class.name} not found" if resource.nil?
|
raise "Email conversation with uuid: #{conversation_uuid} not found" if resource.nil?
|
||||||
|
|
||||||
resource
|
resource
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user