Example #1
0
 private function checkByteOrder()
 {
     if (!isset($this->byteOrder)) {
         throw InvalidValueException::invalidByteOrder('unset');
     }
 }