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