📝 Documentation updates
This commit is contained in:
@ -10,6 +10,7 @@ pub struct MachineError {
|
||||
|
||||
impl MachineError {
|
||||
|
||||
/// MachineError constructor
|
||||
pub fn new(message: &str) -> MachineError {
|
||||
MachineError {
|
||||
message: message.to_string()
|
||||
|
Reference in New Issue
Block a user