Skip to content

Latest commit

 

History

History
88 lines (41 loc) · 1.8 KB

class.PrestashopExceptionCore.md

File metadata and controls

88 lines (41 loc) · 1.8 KB

Class PrestashopExceptionCore

Contents

Methods

Methods

displayArgsDebug

mixed PrestashopExceptionCore::displayArgsDebug(array $args, string $id)

Display arguments list of traced function

Arguments

  • $args array - List of arguments
  • $id string - ID of argument

displayFileDebug

mixed PrestashopExceptionCore::displayFileDebug(string $file, integer $line, string $id)

Display lines around current line

Arguments

  • $file string
  • $line integer
  • $id string

displayMessage

mixed PrestashopExceptionCore::displayMessage()

This method acts like an error handler, if dev mode is on, display the error else use a better silent way