PhilippBaschke\ACFProInstaller\Exceptions\MissingKeyException::__construct PHP Метод

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

public __construct ( $message = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($message = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct('Could not find a key for ACF PRO. ' . 'Please make it available via the environment variable ' . $message, $code, $previous);
    }
MissingKeyException