all() public method

public all ( ) : array
return array
 public static function noHandlerFound(Request $request)
 {
     return new static('There is no handler found that can handle request ' . print_r($request->all(), true));
 }