mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
280271718b
- Refactored exceptions - Changed failed.blade.php - Removed report() method from exceptions - Added new force flag for MigrationController.php
8 lines
114 B
PHP
8 lines
114 B
PHP
Whoops!
|
|
Looks like your migration failed.
|
|
|
|
<pre>
|
|
{!! $exception->getMessage() !!}
|
|
{!! $content !!}
|
|
</pre>
|