File manager - Edit - /home/webapp69.cm.in.th/u69319090028/Shop/app/Core/Exceptions/BusinessRuleException.php
Back
<?php /** * Business Rule Exception (HTTP 400) */ require_once __DIR__ . '/AppException.php'; class BusinessRuleException extends AppException { public function __construct(string $message = 'คำขอไม่เป็นไปตามเงื่อนไขทางธุรกิจของระบบ', string $errorCode = 'BUSINESS_RULE_VIOLATION', array $context = []) { parent::__construct($message, 400, $errorCode, $context); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings