package com.novadart.reactnativenfc.parser;

/**
 * Marks ndef records not managed yet
 */
class UnknownNdefRecordException extends Throwable {
}
