Undefined base class 'x'
Sample code:
class y extends x { // Undefined base class 'x'
//...
}
//...
You attempted to inherit class 'x', but Codenizer can't find any definition for it.
Skip to: Content | Navigation | Footer

Sample code:
class y extends x { // Undefined base class 'x'
//...
}
//...
You attempted to inherit class 'x', but Codenizer can't find any definition for it.