WSDataInvalidMethodException.php in Web Service Data 2.0.x
Same filename and directory in other branches
Namespace
Drupal\wsdataFile
src/WSDataInvalidMethodException.phpView source
<?php
namespace Drupal\wsdata;
/**
* Exception thrown when refered method are missing from WSCall.
*/
class WSDataInvalidMethodException extends WSDataException {
}
Classes
Name | Description |
---|---|
WSDataInvalidMethodException | Exception thrown when refered method are missing from WSCall. |