Skip to content

Commit c65ee5b

Browse files
committed
Add eth/beacon/exceptions.py
1 parent d0f3929 commit c65ee5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

eth/beacon/exceptions.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from eth.exceptions import (
2+
PyEVMError,
3+
)
4+
5+
6+
class MinEmptyValidatorIndexNotFound(PyEVMError):
7+
"""
8+
No empty slot in the validator registry
9+
"""
10+
pass

0 commit comments

Comments
 (0)