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


namespace Twilio\Exceptions;


class TwilioException extends \Exception {

}