throw 164 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : throw
  3. #key : throw
  4. # --
  5. throw new $1Exception(${2:"${3:Error Processing Request}"}${4:, ${5:1}});
  6. $0