Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. // success
  4. throw new \Exception(sprintf('foo %s bar', 'baz'), 100);
  5.  
  6. // error
  7. throw new \Exception(
  8. sprintf('foo %s bar', 'baz'), 100
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement