You are here

exception.inc in Services Client 7

Same filename in this branch
  1. 7 include/exception.inc
  2. 7 services_client_connection/include/exception.inc
Same filename and directory in other branches
  1. 7.2 include/exception.inc

Custom exceptions for Services Client module

File

include/exception.inc
View source
<?php

/**
 * @file
 * Custom exceptions for Services Client module
 */
class ServicesClientException extends Exception {

}
class ServicesClientDataNotFoundException extends ServicesClientException {

}

Classes

Namesort descending Description
ServicesClientDataNotFoundException
ServicesClientException @file Custom exceptions for Services Client module