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)
 
Methods summary
				
				 public 
				
				
				__construct( ICanBoogie\Routing\Pattern $pattern, string $message = "The pattern requires values to be formatted.", integer $code = 500, ICanBoogie\Routing\Exception $previous = null )
				
				
			
			Methods inherited from Exception
			__toString(), 
			__wakeup(), 
			getCode(), 
			getFile(), 
			getLine(), 
			getMessage(), 
			getPrevious(), 
			getTrace(), 
			getTraceAsString()
		
Properties summary
Properties inherited from Exception
			$code, 
			$file, 
			$line, 
			$message