MethodArgumentValueNotImplementedException
class MethodArgumentValueNotImplementedException extends NotImplementedException
Constants
Methods
| __construct(string $methodName, string $argName, mixed $argValue, string $additionalMessage = '') | |
Details
__construct(string $methodName, string $argName, mixed $argValue, string $additionalMessage = '')
Parameters
string | $methodName | The method name that raised the exception |
string | $argName | The argument name |
mixed | $argValue | The argument value that is not implemented |
string | $additionalMessage | An optional additional message to append to the exception message |