Class ModelAlreadyInstantiated
Exception thrown in attempt to set/unset the definition of an already instantiated model.
- Exception implements Throwable
 - ┗ LogicException
 - ┗ ICanBoogie\ActiveRecord\ModelAlreadyInstantiated implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
 
Methods summary
				
				 public 
				
				
				__construct( string $id, 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