Class UnknownException
Format exceptions and errors thrown by PHP for handling in other parts of the app.
- Exception
- 
			 UnknownException UnknownException
Methods summary
| 
				 public 
				
				
				 | |
| 
				final public 
				
				
				 | |
| 
				 public static
				
				
				 | 
			#
			 setErrorHandler( integer $err_no, string $err_str, string $err_file, integer $err_line )Set the exception to be generated by a PHP error set by "set_error_handler". | 
| 
				 public static
				
				
				 | |
| 
				 public static
				
				
				 | 
			#
			 setFatalErrorHandler( )Attempt to raise an error via Dispatcher::raiseError() for fatal errors caught using PHP's register_shutdown_function() function. | 
Methods inherited from Exception
			__toString(), 
			getCode(), 
			getFile(), 
			getLine(), 
			getMessage(), 
			getPrevious(), 
			getTrace(), 
			getTraceAsString()
		
Magic methods summary
Properties summary
| 
				protected  
				mixed
			 | $message | |
| 
				protected  
				mixed
			 | $code | |
| 
				protected  
				mixed
			 | $file | |
| 
				protected  
				mixed
			 | $line | |
| 
				protected  
				mixed
			 | $serverity |