Class DispatcherProviderNotDefined
Exception thrown in attempt to obtain a dispatcher when no provider is defined.
- Exception implements Throwable
 - ┗ LogicException
 - ┗ ICanBoogie\HTTP\DispatcherProviderNotDefined implements ICanBoogie\HTTP\Exception
 
Methods summary
				
				 public 
				
				
				__construct(  $message = self::DEFAULT_MESSAGE,  $code = Status::INTERNAL_SERVER_ERROR, ICanBoogie\HTTP\Exception $previous = null )
				
				
			
			Methods inherited from Exception
			__toString(), 
			__wakeup(), 
			getCode(), 
			getFile(), 
			getLine(), 
			getMessage(), 
			getPrevious(), 
			getTrace(), 
			getTraceAsString()
		
Constants summary
Properties summary
Properties inherited from Exception
			$code, 
			$file, 
			$line, 
			$message