Skip to content

Commit

Permalink
Mark TranssformError as external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Nov 18, 2024
1 parent 8a1be27 commit ff0b69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballerina/xslt_error.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/jballerina.java;

# Represents an `xslt:TransformError` with the message and the cause.
@java:ExternalDependency
public type TransformError distinct error;

0 comments on commit ff0b69d

Please sign in to comment.