Changes on exceptions treatment calls

v2-beta 2.0-beta-2
Bruno O. Notario 3 years ago
parent a3109f78a2
commit d1e0816c03
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 2
      system/database/autoload.php
  2. 22
      system/engine/autoload.php
  3. 2
      system/engine/controller.php
  4. 2
      system/engine/front.php
  5. 35
      system/system.php

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -211,7 +211,7 @@ abstract class Controller {
break;
}
} catch (\Throwable $th) {
} catch (Exception $th) {
//throw $th;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save