/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/common/exceptions.vala

  • Committer: Gustav Hartvigsson
  • Date: 2021-11-10 23:19:02 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20211110231902-za9nfh0mc1b8i21k
Added RollAndKeepFunctionToken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    MISSING_TOKEN,
17
17
    INVALID_TOKEN,
18
18
  }
 
19
 
 
20
  public errordomain ParamError {
 
21
    OUT_OF_BOUNDS
 
22
  }
19
23
  
20
24
}