summaryrefslogtreecommitdiffstats
path: root/Twilio/Exceptions/TwimlException.php
blob: 4b35e576859caf07a03e8338ac48b1073b8c3028 (plain)
1
2
3
4
5
6
7
8
9
<?php


namespace Twilio\Exceptions;


class TwimlException extends TwilioException {

}