Laravel 8 throw_unless() {#collection-method}

2021-07-19 10:40 更新

在給定的布爾表達式結果為 false 時,throw_unless 函數(shù)拋出給定的異常:

throw_unless(Auth::user()->isAdmin(), AuthorizationException::class);

throw_unless(
    Auth::user()->isAdmin(),
    AuthorizationException::class,
    'You are not allowed to access this page'
); 
以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號