Crypt_GPG
[ class tree: Crypt_GPG ] [ index: Crypt_GPG ] [ all elements ]

Class: Crypt_GPG_OpenSubprocessException

Source Location: /Crypt_GPG-1.6.4/Crypt/GPG/Exceptions.php

Class Overview

PEAR_Exception
   |
   --Crypt_GPG_Exception
      |
      --Crypt_GPG_OpenSubprocessException

An exception thrown when the GPG subprocess cannot be opened


Author(s):

Copyright:

  • 2005 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 139]
An exception thrown when the GPG subprocess cannot be opened

This exception is thrown when the Crypt_GPG_Engine tries to open a new subprocess and fails.



[ Top ]


Method Detail

__construct (Constructor)   [line 163]

Crypt_GPG_OpenSubprocessException __construct( string $message, [integer $code = 0], [string $command = ''])

Creates a new Crypt_GPG_OpenSubprocessException
  • See: Crypt_GPG::_openSubprocess()
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user defined error code.
string   $command   —  the command that was called to open the new subprocess.

[ Top ]

getCommand   [line 179]

string getCommand( )

Returns the contents of the internal _command property
  • Return: the command used to open the subprocess.
  • See: Crypt_GPG_OpenSubprocessException::$_command
  • Access: public

[ Top ]


Documentation generated on Sun, 22 Mar 2020 08:01:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.