all() 공개 메소드

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