Class UnableToSetFetchMode
Exception thrown when the fetch mode of a statement fails to be set.
- Exception implements Throwable
 - ┗ RuntimeException
 - ┗ ICanBoogie\ActiveRecord\UnableToSetFetchMode implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
 
Methods summary
				
				 public 
				
				
				__construct( integer $mode, null $message = null, integer $code = 500, ICanBoogie\ActiveRecord\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