Skip to content

Latest commit

 

History

History
74 lines (30 loc) · 948 Bytes

BadMethodCallException.md

File metadata and controls

74 lines (30 loc) · 948 Bytes

BadMethodCallException

Methods

classIsImmutable

Thrown when a mutable method is invoked on an immutable object.

public static classIsImmutable(string $class): self
  • This method is static.

Parameters:

Parameter Type Description
$class string Class name

unacknowledgedWriteResultAccess

Thrown when accessing a result field on an unacknowledged write result.

public static unacknowledgedWriteResultAccess(string $method): self
  • This method is static.

Parameters:

Parameter Type Description
$method string Method name