9 lines
84 B
PHP
Executable File

<?php
namespace Twilio\Exceptions;
class TwilioException extends \Exception {
}