github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/contentstream/const.go (about)

     1  /*
     2   * This file is subject to the terms and conditions defined in
     3   * file 'LICENSE.md', which is part of this source code package.
     4   */
     5  
     6  package contentstream
     7  
     8  import "errors"
     9  
    10  var (
    11  	ErrInvalidOperand = errors.New("invalid operand")
    12  )