Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Model;
use Magento\Framework\Exception\LocalizedException;
/**
* Exception class reflecting when an operation cannot be completed due to the current stock status of an inventory item
*
* @api
*/
class StockStateException extends LocalizedException
{
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Model;
use Magento\Framework\Exception\LocalizedException;
/**
* Exception class reflecting when an operation cannot be completed due to the current stock status of an inventory item
*
* @api
*/
class StockStateException extends LocalizedException
{
}
Function Calls
None |
Stats
MD5 | 6dc3b667d708ba414730a371749fcbef |
Eval Count | 0 |
Decode Time | 102 ms |