You are here

WSDataWSCallNotFoundException.php in Web Service Data 8

Same filename and directory in other branches
  1. 2.0.x src/WSDataWSCallNotFoundException.php

Namespace

Drupal\wsdata

File

src/WSDataWSCallNotFoundException.php
View source
<?php

namespace Drupal\wsdata;


/**
 * Exception thrown when non-existen WSCall is refered.
 */
class WSDataWSCallNotFoundException extends WSDataException {

}

Classes

Namesort descending Description
WSDataWSCallNotFoundException Exception thrown when non-existen WSCall is refered.