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

Class: Cache_Error

Source Location: /Cache-1.5.7/Cache/Error.php

Class Overview

PEAR_Error
   |
   --Cache_Error

Cache Error class


Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 27]
Cache Error class


[ Top ]


Class Variables

$error_message_prefix =  'Cache-Error: '

[line 36]

Prefix of all error messages.

Type:   string


[ Top ]



Method Detail

Cache_Error (Constructor)   [line 45]

Cache_Error Cache_Error( string $msg, [string $file = __FILE__], [string $line = __LINE__])

Creates an cache error object.

Parameters:

string   $msg   —  error message
string   $file   —  file where the error occured
string   $line   —  linenumber where the error occured

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:44:49 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.