# VestingSchedulesV2

> VestingSchedulesV2 Storage

Utility to manage VestingSchedulesV2 in storage

## Errors

### VestingScheduleNotFound

```solidity
error VestingScheduleNotFound(uint256 index)
```

The VestingSchedule was not found

#### Parameters

| Name  | Type    | Description            |
| ----- | ------- | ---------------------- |
| index | uint256 | vesting schedule index |
