ICanBoogie
  • Documentation
  • API Reference
  • Validate master
Namespaces
  • ICanBoogie
    • Validate
      • Reader
      • Validation
      • Validator
      • ValidatorProvider
Classes
  • Context
  • Message
  • Render
  • Validation
  • ValidationErrors
Interfaces
  • Reader
  • Validator
  • ValidatorOptions
  • ValidatorProvider
Exceptions
  • ParameterIsMissing
  • ValidationFailed

Class ParameterIsMissing

Exception thrown when a required validator parameter is missing.

Exception implements Throwable
┗ LogicException
┗ ICanBoogie\Validate\ParameterIsMissing
Namespace: ICanBoogie\Validate
Located at ParameterIsMissing.php

Methods summary

public __construct( string $parameter, Exception $previous = null )

Parameters

$parameter
$previous

Overrides

Exception::__construct
protected format_message( string $parameter ) : string

Formats exception message.

Formats exception message.

Parameters

$parameter

Returns

string

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

public $parameter : string

		

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only $parameter : string
Validate master – Check on GitHub – API documentation generated by ApiGen