Page MenuHomec4science

ConnectApps.php
No OneTemporary

File Metadata

Created
Sun, Feb 2, 07:59

ConnectApps.php

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

Event Timeline