Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Zend_Date_Exception Class Reference
Inheritance diagram for Zend_Date_Exception:
Zend_Exception

Public Member Functions

 __construct ($message, $code=0, $e=null, $op=null)
 
 getOperand ()
 
- Public Member Functions inherited from Zend_Exception
 __construct ($msg='', $code=0, Exception $previous=null)
 
 __call ($method, array $args)
 
 __toString ()
 

Protected Attributes

 $operand = null
 

Additional Inherited Members

- Protected Member Functions inherited from Zend_Exception
 _getPrevious ()
 

Detailed Description

Definition at line 35 of file Exception.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $message,
  $code = 0,
  $e = null,
  $op = null 
)

Definition at line 39 of file Exception.php.

40  {
41  $this->operand = $op;
42  parent::__construct($message, $code, $e);
43  }
$message
$code
Definition: info.phtml:12

Member Function Documentation

◆ getOperand()

getOperand ( )

Definition at line 45 of file Exception.php.

46  {
47  return $this->operand;
48  }

Field Documentation

◆ $operand

$operand = null
protected

Definition at line 37 of file Exception.php.


The documentation for this class was generated from the following file: