Skip to content

Commit

Permalink
Merge pull request #67 from shinriyo/patch-1
Browse files Browse the repository at this point in the history
implement Exception
  • Loading branch information
lijy91 authored Sep 13, 2024
2 parents 95d1277 + b8b8d1b commit 6a8c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/minio_errors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:minio/models.dart';
import 'package:minio/src/minio_client.dart';
import 'package:minio/src/minio_helpers.dart';

class MinioError {
class MinioError implements Exception {
MinioError(this.message);

final String? message;
Expand Down

0 comments on commit 6a8c4fc

Please sign in to comment.