ICanBoogie/Validate master
  • Namespace
  • Class

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
Extended by LogicException
Extended by 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 string
# format_message( string $parameter )

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 string $parameter
#

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only string $parameter
ICanBoogie/Validate master API documentation generated by ApiGen