You are here

WSDataInvalidMethodException.php in Web Service Data 2.0.x

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

Namespace

Drupal\wsdata

File

src/WSDataInvalidMethodException.php
View source
<?php

namespace Drupal\wsdata;


/**
 * Exception thrown when refered method are missing from WSCall.
 */
class WSDataInvalidMethodException extends WSDataException {

}

Classes

Namesort descending Description
WSDataInvalidMethodException Exception thrown when refered method are missing from WSCall.