NoIndexException class
Represents an exception that is raised when an unindexed object is attempted to be treated as an object.
class NoIndexException implements Exception { String cause; NoIndexException(this.cause); }
Represents an exception that is raised when an unindexed object is attempted to be treated as an object.
class NoIndexException implements Exception { String cause; NoIndexException(this.cause); }