<?php
/**
 * Class not found
 *
 * Thrown when trying to load a class that doesn't exist.
 *
 * @package    Elgg.Core
 * @subpackage Exceptions
 */
class ClassNotFoundException extends ClassException {}