Show:

Users_Exception_OAuthTokenInvalid Class

An exception is raised if oAuth token is invalid

Constructor

Users_Exception_OAuthTokenInvalid

()

Methods

$exception

(
  • $exception
)
Q_Exception

Construct a Q_Exception object from an Exception.

Parameters:

  • $exception Object

Returns:

__get

(
  • $param
)
Mixed

Parameters:

  • $param String

Returns:

Mixed:

__set

(
  • $param
  • $value
)

Parameters:

  • $param String
  • $value Mixed

getTraceAsStringEx

() String

Returns trace as string, can be overridden. Use this in your exception reporting. This is the default implementation.

Returns:

String:

getTraceEx

() Array

Returns the trace array, can be overridden. Use this in your exception reporting. This is the default implementation.

Returns:

Array:

inputFields

() Array

Returns the array of names of input fields the exception applies to.

Returns:

Array:

params

() Array

Returns the array of parameters the exception was created with.

Returns:

Array:

rethrowDestClasses

() Array

Returns an array of classes to rethrow to, if any.

Returns:

Array:

Properties

$baseClasses

Array protected

$code

String protected

$codes

Array protected

$inputFields

Array protected

$messages

Array protected

$params

Array protected

$rethrowDestClasses

Array protected

$trace

Array protected

$traceAsString

String protected