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

Class: Crypt_GPG_InvalidOperationException

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

Class Overview

PEAR_Exception
   |
   --Crypt_GPG_Exception
      |
      --Crypt_GPG_InvalidOperationException

An exception thrown when an invalid GPG operation is attempted


Author(s):

Copyright:

  • 2008 silverorange

Methods


Inherited Variables

Inherited Methods


Class Details

[line 200]
An exception thrown when an invalid GPG operation is attempted


[ Top ]


Method Detail

__construct (Constructor)   [line 221]

Crypt_GPG_InvalidOperationException __construct( string $message, [integer $code = 0], [string $operation = ''])

Creates a new Crypt_GPG_OpenSubprocessException
  • Access: public

Parameters:

string   $message   —  an error message.
integer   $code   —  a user defined error code.
string   $operation   —  the operation.

[ Top ]

getOperation   [line 237]

string getOperation( )

Returns the contents of the internal _operation property
  • Return: the attempted operation.
  • See: Crypt_GPG_InvalidOperationException::$_operation
  • 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.