Skip to content

Commit

Permalink
fix: remove DataServiceFeatureNotImplemented. (OZ N-02)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Sep 17, 2024
1 parent 671aa2b commit 95ffd24
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ interface IDataService {
*/
event ServiceProviderSlashed(address indexed serviceProvider, uint256 tokens);

/**
* @notice Thrown to signal that a feature is not implemented by a data service.
*/
error DataServiceFeatureNotImplemented();

/**
* @notice Registers a service provider with the data service. The service provider can now
* start providing the service.
Expand Down

0 comments on commit 95ffd24

Please sign in to comment.