Merge pull request #415 from wbbaddons/repackExceptions
authorAlexander Ebert <ebert@woltlab.com>
Thu, 9 Feb 2012 14:29:59 +0000 (06:29 -0800)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 9 Feb 2012 14:29:59 +0000 (06:29 -0800)
Repack plain exceptions into a SystemException to benefit from its impro...

1  2 
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/exception/LoggedException.class.php

index f00d11ef2649cdfad8e29e62a904cf344d1f6675,5e119ce080011849c68095a0fa18753042dba504..2b7643414b509a2783319baa6b166d95b72e37b1
@@@ -14,8 -14,9 +14,9 @@@ use wcf\system\WCF
   * @category  Community Framework
   */
  class LoggedException extends \Exception {
+       
        /**
 -       * Surpresses the original error message.
 +       * Suppresses the original error message.
         * 
         * @see         \Exception::getMessage()
         */