Dumplie\SharedKernel\Domain\Exception\InvalidCurrencyException::__construct PHP Метод

__construct() публичный Метод

public __construct ( string $expected, string $received )
$expected string
$received string
    public function __construct(string $expected, string $received)
    {
        parent::__construct(sprintf("Can't add price with \"%s\" currency to \"%s\"", $expected, $received));
    }
InvalidCurrencyException