lithium\core\ClassNotFoundException

Extends RuntimeException
class

A ClassNotFoundException may be thrown when a configured adapter or other service class defined in configuration can't be located.

Source

class ClassNotFoundException extends \RuntimeException {

	protected $code = 500;
}