Advertisement
shmaltorhbooks

Untitled

Jun 25th, 2013
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. if ($error = $this->getError()) {
  2.     $up = ExceptionFactory::create($error->getCode(), $error->getMessage());
  3.     throw $up; // haha
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement