Skip to content

Latest commit

 

History

History
91 lines (44 loc) · 2.13 KB

class.PrestaShopDatabaseExceptionCore.md

File metadata and controls

91 lines (44 loc) · 2.13 KB

Class PrestaShopDatabaseExceptionCore

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