You are here

private property ServicesException::$data in Services 6.3

Same name and namespace in other branches
  1. 7.3 includes/services.runtime.inc \ServicesException::data

File

./services.runtime.inc, line 14
Contains functions that only are necessary when a service call is made. This has broken out so that this code isn't loaded for every page load.

Class

ServicesException
A exception thrown by services and related modules when something goes wrong.

Code

private $data;