prev <<
Exceptional Model Middleware
>> next
Handling Exceptions in a Middleware
return [
500
, [ 'Content-Type' => 'text/plain' ], [ 'There was an error: '.$message ], ];