ICanBoogie
  • Documentation
  • API Reference
  • Routing master
Namespaces
  • ICanBoogie
    • Routing
      • Controller
      • Route
      • RouteDispatcher
Classes
  • Controller
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • RouteCollection
  • RouteDefinition
  • RouteDispatcher
  • RouteMaker
Interfaces
  • Exception
  • ToSlug
Exceptions
  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Class PatternRequiresValues

Exception thrown in attempt to format a pattern requiring values without providing any.

Exception implements Throwable
┗ LogicException
┗ InvalidArgumentException
┗ ICanBoogie\Routing\PatternRequiresValues implements ICanBoogie\Routing\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Routing
Located at PatternRequiresValues.php

Methods summary

protected get_pattern( void )
public __construct( ICanBoogie\Routing\Pattern $pattern, string $message = "The pattern requires values to be formatted.", integer $code = 500, ICanBoogie\Routing\Exception $previous = null )

Parameters

$pattern
$message
$code
$previous

Overrides

Exception::__construct

Methods inherited from Exception

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

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Magic properties

public read-only $pattern : ICanBoogie\Routing\Pattern
Routing master – Check on GitHub – API documentation generated by ApiGen