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