mirror of
				https://github.com/livebook-dev/livebook.git
				synced 2025-10-31 07:46:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
| defmodule LivebookWeb.ErrorView do
 | |
|   use LivebookWeb, :view
 | |
| 
 | |
|   def template_not_found(_template, assigns) do
 | |
|     render("500.html", assigns)
 | |
|   end
 | |
| end
 |