mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:47:33 -05:00 
			
		
		
		
	- 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>
 |