Skip to content

Commit

Permalink
Properly expose layer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax committed Apr 9, 2024
1 parent 0b66383 commit 20da002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libcnb/src/layer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ pub(crate) mod shared;
pub(crate) mod struct_api;
pub(crate) mod trait_api;

pub use shared::DeleteLayerError;
pub use shared::LayerError;
pub use shared::ReadLayerError;
pub use shared::WriteLayerError;

pub use struct_api::*;
pub use trait_api::*;

0 comments on commit 20da002

Please sign in to comment.