We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Service layer
import TwilioClient class MessageClient: def __init__(self): self.twilio_client = TwilioClient(twilio_account_sid, twilio_auth_token) def send_message(body, from, to): self.twilio_client.send_message(body, from, to)
twilio
TwilioClient
send_message
convert về 1 dạng exception do em tạo ra
MessageInstance/MessageSendError
class SendMessageError(Error): """Send message error""" pass
try: self.twilio_client.send_message(body, from, to) except: raise SendMessageError from exc
2.2K Point(s)
1.2K Point(s)
313 Point(s)
178 Point(s)
138 Point(s)
Input your email to receive reset password link, or if you remember your password, you can click