ActuBoardException.cs 229 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ActuBoardAPI
  6. {
  7. class ActuBoardException : Exception
  8. {
  9. public ActuBoardException()
  10. {
  11. }
  12. }
  13. }