예제 #1
0
 public static function serverError()
 {
     return new self(ContentType::json(), '{}', 500);
 }