Skip to content

Commit ee0a4c9

Browse files
committed
ops
1 parent 9383859 commit ee0a4c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/polars-error/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ impl Error for PolarsError {
119119
| PolarsError::Duplicate(_)
120120
| PolarsError::InvalidOperation(_)
121121
| PolarsError::NoData(_)
122+
| PolarsError::OutOfCore(_)
122123
| PolarsError::OutOfBounds(_)
123124
| PolarsError::SchemaFieldNotFound(_)
124125
| PolarsError::SchemaMismatch(_)

0 commit comments

Comments
 (0)