You are here

WSDataException.php in Web Service Data 2.0.x

Same filename and directory in other branches
  1. 8 src/WSDataException.php

Namespace

Drupal\wsdata

File

src/WSDataException.php
View source
<?php

namespace Drupal\wsdata;


/**
 * Parent exception class for WSData exceptions.
 */
class WSDataException extends \Exception {

}

Classes

Namesort descending Description
WSDataException Parent exception class for WSData exceptions.