Update for meeting with Bosanac
This commit is contained in:
@@ -26,3 +26,8 @@ struct Mass_Error{T} <: Exception where T <: Real
|
||||
mass::T
|
||||
end
|
||||
Base.showerror(io::IO, e::Mass_Error) = print(io, "mass (", e.mass, ") got too low in propagation")
|
||||
|
||||
struct Mission_Creation_Error{T} <: Exception where T <: Real
|
||||
num_entries::T
|
||||
end
|
||||
Base.showerror(io::IO, e::Mission_Creation_Error) = print(io, "Tried to create a mission with $(e.num_entries) entries")
|
||||
|
||||
Reference in New Issue
Block a user