Last active
          February 21, 2016 00:11 
        
      - 
      
 - 
        
Save jbenner-radham/bd75e9e067608b0c96a5 to your computer and use it in GitHub Desktop.  
    The original vendor provided version of `App\Exceptions\Handler::render()` that ships with Laravel 5.2.
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /** | |
| * Render an exception into an HTTP response. | |
| * | |
| * @param \Illuminate\Http\Request $request | |
| * @param \Exception $e | |
| * @return \Illuminate\Http\Response | |
| */ | |
| public function render($request, Exception $e) | |
| { | |
| return parent::render($request, $e); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment