Bug Report #4656
Kohana_Minion_Exception:format_for_cli() references $e, which is not defined.
| Status: | Assigned | Start date: | 11/13/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | - | |||
| Target version: | Kohana v3.x - 3.3.1 | |||
| Resolution: | fixed | Points: | 1 |
Description
Function format_for_cli() calls Kohana_Exception::text($e), however, $e is never defined in the function.
Thus, throwing new Minion_Exception('bla'), results in
ErrorException [ 8 ]: Undefined variable: e ~ MODPATH/minion/classes/Kohana/Minion/Exception.php [ 63 ]
History
Updated by Jeremy Bush 6 months ago
- Target version set to 3.3.1
Updated by Lorenzo Pisani about 1 month ago
- Status changed from New to Assigned
- Assignee set to Lorenzo Pisani
- % Done changed from 0 to 100
- Resolution set to fixed
merged pull request https://github.com/kohana/minion/pull/73
Updated by Lorenzo Pisani about 1 month ago
- Project changed from Kohana v3.x to Minion