CostCalculationException
CostCalculationException.php
:
14
Extends RuntimeException
Methods¶
__construct() ¶
CostCalculationException.php
:
18
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$method | ShippingMethodInterface | - | - |
$message | string | '' | - |
$code | int | 0 | - |
$previous | Throwable | null | - |
getMethod() ¶
CostCalculationException.php
:
37
|
|