* @copyright 2017 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP */ /** * This exception is thrown when a resource is invalid, * either because of its place in the resource hierarchy * or because it has been initialised with the wrong Resource class. */ class InvalidResourceException extends InvalidArgumentException { }