PeServer

ArgumentNullException extends ArgumentException
in package
uses ThrowableTrait

Table of Contents

Methods

__construct()  : mixed
throwIfNull()  : void
`null` の場合に `self` を投げる。

Methods

__construct()

public __construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string = ''
$code : int = 0
$previous : Throwable|null = null

throwIfNull()

`null` の場合に `self` を投げる。

public static throwIfNull(mixed $argument[, string $name = '' ]) : void
Parameters
$argument : mixed

評価対象。

$name : string = ''
Tags
throws
ArgumentNullException
phpstan-assert

!null $argument


        
On this page

Search results