WSDataException.php in Web Service Data 2.0.x
Same filename and directory in other branches
Namespace
Drupal\wsdataFile
src/WSDataException.phpView source
<?php
namespace Drupal\wsdata;
/**
* Parent exception class for WSData exceptions.
*/
class WSDataException extends \Exception {
}
Classes
Name | Description |
---|---|
WSDataException | Parent exception class for WSData exceptions. |