Money\Currency::__construct PHP Method

__construct() private method

private __construct ( string $code )
$code string
    private function __construct($code)
    {
        $this->code = strtoupper($code);
    }