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:
parent
d305c5fd0f
commit
1c44445088
@ -83,7 +83,7 @@ class ReplyMailbox < ApplicationMailbox
|
||||
end
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user