PaymentRequiredException.cs 127 B

12345678
  1. using System;
  2. namespace MediaBrowser.Common.Security
  3. {
  4. public class PaymentRequiredException : Exception
  5. {
  6. }
  7. }