Skip to content

Commit

Permalink
Add missing license header
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Wo <[email protected]>
  • Loading branch information
brainwo committed Aug 9, 2024
1 parent 07eda9e commit 5cc7455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions lib/src/exception.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Copyright 2024 Brian Wo. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be found
// in LICENSE or at https://opensource.org/license/BSD-3-clause.

/// Exception thrown when parsed file is not a Kara file.
class NotKaraException implements Exception {}

0 comments on commit 5cc7455

Please sign in to comment.