Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
TimeSync
Exception.php
Go to the documentation of this file.
1
<?php
25
#require_once 'Zend/Exception.php';
26
35
class
Zend_TimeSync_Exception
extends
Zend_Exception
36
{
42
protected
$_exceptions
;
43
50
public
function
addException
(
Zend_TimeSync_Exception
$exception)
51
{
52
$this->_exceptions[] = $exception;
53
}
54
60
public
function
get
()
61
{
62
return
$this->_exceptions
;
63
}
64
}
Zend_TimeSync_Exception
Definition:
Exception.php:35
Zend_Exception
Definition:
Exception.php:28
Zend_TimeSync_Exception\addException
addException(Zend_TimeSync_Exception $exception)
Definition:
Exception.php:50
Zend_TimeSync_Exception\$_exceptions
$_exceptions
Definition:
Exception.php:42