| 1 | <?php |
||
| 8 | class Utils |
||
| 9 | { |
||
| 10 | 1 | public static function normalizePath($path, $separator = '\\/') |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @param \Exception $e |
||
| 36 | * @param string $action |
||
| 37 | * @param bool $need |
||
| 38 | * @throws \Exception |
||
| 39 | */ |
||
| 40 | 1 | public static function throwError(\Exception $e, $action = 'exception', $need = TRUE) |
|
| 51 | } |