Delete user_agent.dart
This commit is contained in:
parent
794064219a
commit
8585a564a1
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
library user_agent;
|
|
||||||
|
|
||||||
import 'src/matchers.dart';
|
|
||||||
import 'src/user_agent.dart';
|
|
||||||
|
|
||||||
/// Parses the given header into a user agent.
|
|
||||||
UserAgent parse(String header) {}
|
|
||||||
|
|
||||||
class UserAgentException implements Exception {
|
|
||||||
final String message;
|
|
||||||
|
|
||||||
UserAgentException(this.message);
|
|
||||||
|
|
||||||
@override
|
|
||||||
String toString() => 'User Agent exception: $message';
|
|
||||||
}
|
|
Loading…
Reference in a new issue