Guest User

Untitled

a guest
May 20th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.81 KB | None | 0 0
  1.                             } catch (Exception $e) {
  2.                                 AW_Log::Log("Exception thrown here: ".__FILE__.":".__LINE__);
  3.                                 AW_Log::Log("   ".$e->getMessage());
  4.                                 throw $e;
  5.                             }
  6.                         }
  7.                     }
  8.                 } catch (Exception $e) {
  9.                     AW_Log::Log("Exception thrown for MediaSet here: ".__FILE__." : ".__LINE__);
  10.                     AW_Log::Log("   ".$e->getMessage());
  11.                     throw $e;
  12.                 }
  13.             }
  14.         } catch (Exception $e) {
  15.             AW_Log::Log("Exception thrown for entity with publishdate here: ".__FILE__.":".__LINE__);
  16.             AW_Log::Log("   ".$e->getMessage());
  17.             throw $e;
  18.         }
Add Comment
Please, Sign In to add comment