import 'dart:io'; class UnauthorizedException extends IOException { UnauthorizedException() : super(); }