Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /**
  2. * Gets the Exception code
  3. * @link http://php.net/manual/en/exception.getcode.php
  4. * @return mixed|int the exception code as integer in
  5. * <b>Exception</b> but possibly as other type in
  6. * <b>Exception</b> descendants (for example as
  7. * string in <b>PDOException</b>).
  8. * @since 5.1.0
  9. */
  10. final public function getCode() { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement