package com.google.zxing.common.reedsolomon;

public final class ReedSolomonException extends Exception
{
  public ReedSolomonException(String paramString)
  {
    super(paramString);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.google.zxing.common.reedsolomon.ReedSolomonException
 * JD-Core Version:    0.6.2
 */