Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jan 21, 2024
1 parent 38bb7c9 commit ac4dc49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/gal_exception.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ class GalException implements Exception {
});

/// Type of error.
///
///
/// See: [GalExceptionType]
final GalExceptionType type;

/// Native code error information.
final PlatformException platformException;

/// Stack trace of the error in dart side.
///
///
/// The native code StackTrace is stored in [PlatformException.stacktrace].
final StackTrace stackTrace;

Expand Down Expand Up @@ -51,7 +51,6 @@ class GalException implements Exception {
/// including all values of [GalException.platformException]
/// and [GalException.stackTrace].
enum GalExceptionType {

/// When has no permission to access gallery app.
/// See: https://github.com/natsuk4ze/gal/wiki/Permissions
accessDenied,
Expand Down

0 comments on commit ac4dc49

Please sign in to comment.