package storage type NotImplementedError struct{} func (n NotImplementedError) Error() string { return "Not implemented yet" }