You are here

WSDataWSServerNotFoundException.php in Web Service Data 2.0.x

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

Namespace

Drupal\wsdata

File

src/WSDataWSServerNotFoundException.php
View source
<?php

namespace Drupal\wsdata;


/**
 * Exception thrown when non-existen WSServer is refered.
 */
class WSDataWSServerNotFoundException extends WSDataException {

}

Classes

Namesort descending Description
WSDataWSServerNotFoundException Exception thrown when non-existen WSServer is refered.