Class ClientError
Exception thrown when a client error occurs.
- Exception implements Throwable
 - ┗ ICanBoogie\HTTP\ClientError implements ICanBoogie\HTTP\Exception
 
Direct known subclasses
			ICanBoogie\HTTP\AuthenticationRequired, 
			ICanBoogie\HTTP\MethodNotSupported, 
			ICanBoogie\HTTP\NotFound, 
			ICanBoogie\HTTP\PermissionRequired
		
Methods summary
				
				 public 
				
				
				__construct(  $message = null,  $code = Status::BAD_REQUEST, ICanBoogie\HTTP\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