AuthorizedConnectApps.php 228 Bytes
Newer Older
Juliper committed
1 2 3 4 5 6 7 8 9 10
<?php

class Services_Twilio_Rest_AuthorizedConnectApps
    extends Services_Twilio_ListResource
{
   public function create($name, array $params = array())
    {
        throw new BadMethodCallException('Not allowed');
    }
}