Changeset 14155
- Timestamp:
- 12/17/08 23:56:15 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfConsolePlugin/trunk/lib/task/consoleRunTask.class.php
r14147 r14155 238 238 } 239 239 240 protected function errorHandler($errno, $errstr, $errfile, $errline, $errcontext) 240 /** 241 * Error handler 242 * 243 * @param integer $errno 244 * @param string $errstr 245 */ 246 247 public function errorHandler($errno, $errstr) 241 248 { 242 249 echo (isset($this->errorNames[$errno]) ? $this->errorNames[$errno] : 'Unknown Error').': '.$errstr;