Class RescueEvent
Event class for the ICanBoogie\Routing\RouteDispatcher::rescue event.
Event hooks may use this event to rescue a route by providing a suitable response, or replace the exception to throw if the rescue fails.
- ICanBoogie\Event
 - 
			
ICanBoogie\Routing\Route\RescueEvent			
			
			
		 
Methods summary
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 protected 
				
				
				
			 | 
			|
				 public 
				
				
				
			 | 
			
			#
			 __construct( 
			The event is constructed with the type   | 
		
Properties summary
Magic properties
				public  
				Exception
			 | 
			
					$exception
				 | 
		
				public  
				ICanBoogie\HTTP\Response|null
			 | 
			
					$response
				 | 
		
				public  read-only
				ICanBoogie\HTTP\Request
			 | 
			
					$request
				 |