Monarobase\CountryList\CountryNotFoundException::__construct PHP Метод

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

Constructor.
public __construct ( string $countryCode )
$countryCode string A 2-letter country code
    public function __construct($countryCode)
    {
        parent::__construct('Country "' . $countryCode . '" not found.');
    }
CountryNotFoundException