Guest User

Moshe Binieli - TDD

a guest
Nov 14th, 2018
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.16 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Stack
  4. {
  5.     public class ExceededSizeException : Exception { }
  6.  
  7.     public class ExpenditureProhibitedException : Exception { }
  8. }
Add Comment
Please, Sign In to add comment