RequestParamsException.kt 224 B

12345678910111213
  1. /*
  2. * Copyright (C) 2018, Umbrella CompanyLimited All rights reserved.
  3. * Project:Net
  4. * Author:Drake
  5. * Date:10/28/19 8:55 PM
  6. */
  7. package com.drake.net.error
  8. /**
  9. * 404
  10. */
  11. class RequestParamsException : Throwable()