Guest User

Untitled

a guest
Oct 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.14 KB | None | 0 0
  1. class Socket
  2. {
  3.         static void exception (immutable(char)[] msg)
  4.         {
  5.                 throw new SocketException(msg);
  6.         }
  7. }
Add Comment
Please, Sign In to add comment