Monarobase\CountryList\CountryNotFoundException::__construct PHP Method

__construct() public method

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