Commit 8dfac064 by 庄欣

fade user

parent 12845548
......@@ -16,7 +16,7 @@ class CurlClient
protected $header = [];
protected $base;
protected $Exceptions = [
const Exceptions = [
HttpStatus::HttpNotFound => \App\Exceptions\ApiNotFound::class,
HttpStatus::HttpUnauthorized => \App\Exceptions\ApiUnauthorized::class,
HttpStatus::HttpValidationFailed => \App\Exceptions\ApiValidationFailed::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment