PEAR_Delegator
[ class tree: PEAR_Delegator ] [ index: PEAR_Delegator ] [ all elements ]

Class: PEAR_Delegator_ExceptionMethodUndefined

Source Location: /PEAR_Delegator-0.1.0/Delegator/DelegatorExceptions.php

Class Overview

PEAR_Exception
   |
   --PEAR_Delegator_Exception
      |
      --PEAR_Delegator_ExceptionMethodUndefined

This class defines the exception that is thrown when an undefined method is called.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 103]
This class defines the exception that is thrown when an undefined method is called.


[ Top ]


Method Detail

__construct (Constructor)   [line 114]

PEAR_Delegator_ExceptionMethodUndefined __construct( string $method)

Constructs a PEAR_Delegator_ExceptionMethodUndefined.

This exception is thrown when the forwarding mechanism cannot find an implementor for the given method.


Parameters:

string   $method   —  This is the undefined method.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:31:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.