bootstrap.php

<?php


if (!($this instanceof \Tlf\User\Package)){
    throw new \Exception("You must instantiate the User library with an `instanceof \Tlf\User\Package` (*subclasses are okay*)");
}