import 'package:stackwallet/exceptions/sw_exception.dart';

class AddressException extends SWException {
  AddressException(super.message);
}