Example #1
0
 public function setValue($value)
 {
     if ($value < 0) {
         throw new \XMLDatatype\Exception\OutOfBoundsException('UnsignedLong out of bounds');
     }
     parent::setValue($value);
 }