Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36568 invoked from network); 9 Apr 2015 12:55:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Apr 2015 12:55:52 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:35717] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/B0-31311-8D676255 for ; Thu, 09 Apr 2015 08:55:52 -0400 Received: by wgyo15 with SMTP id o15so108439174wgy.2 for ; Thu, 09 Apr 2015 05:55:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xFXY4ywnQJzpLMM++X7qpj48hjupX8FqdWnCMsSRhoo=; b=SyXZ+8z+ybInsXdZB3dp2qSwDX0vIl3k98o8GEQk/vaV5322+bR/umBT2ZDwpkdAeu Axqlrei/YFFIoT/dlRWjPwjLXyBtZ5LD0iKKenQ/uI+XdGLbvEIHKk+rU08HbDZX2n3h hL7Mki5THVDC0BiqzIaCzXUC/MdGHJ/a5EZlNUYa2T6mfqDZ1Jh+4vSagahstWvelYWl sDeGY4bUfBXqgiB5aeT6MFPlvoo/dguSnNpLutLz/NcBItWrpZujY0jwnfI3TeKQylyK T1dBwdv1V6ILnRIQpjxf5HCyRoOfD8ASLrD9ZycnadysmhTK6elJmeGp3KBsWY1Ki8vr +4OA== MIME-Version: 1.0 X-Received: by 10.194.143.20 with SMTP id sa20mr57569087wjb.16.1428584148239; Thu, 09 Apr 2015 05:55:48 -0700 (PDT) Received: by 10.27.86.133 with HTTP; Thu, 9 Apr 2015 05:55:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 Apr 2015 14:55:48 +0200 Message-ID: To: Niklas Keller Cc: PHP internals Content-Type: multipart/alternative; boundary=089e0122ece2b007d605134a2a7d Subject: Re: [PHP-DEV] Exception message cleanup From: nikita.ppv@gmail.com (Nikita Popov) --089e0122ece2b007d605134a2a7d Content-Type: text/plain; charset=UTF-8 On Thu, Apr 9, 2015 at 12:33 PM, Niklas Keller wrote: > Hi Nikita, > > I like the new display format, but there's one thing I miss. If you > replace the exception name for warnings and fatals, how does a user know > which exception he has to catch? > > Regards, Niklas > Sorry, I don't understand what you mean here. The first part of the message says which exception you need to catch, right? Nikita --089e0122ece2b007d605134a2a7d--