You are here

private property ServicesArgumentException::$argument in Services 6.3

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

File

./services.runtime.inc, line 49
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

ServicesArgumentException
A exception thrown by services and related modules when an error related to a specific argument is encountered.

Code

private $argument;