summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/sendgrid/lib/mail/TypeException.php
blob: 980b60f5a1feec64097372f53f80e56f94d3ec3a (plain)
1
2
3
4
5
6
7
<?php
namespace SendGrid\Mail;

class TypeException extends \Exception
{

}