Skip to content

Commit

Permalink
make NanosoldierError a mutable type (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels authored Aug 18, 2016
1 parent 58ae5ff commit b74c786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nanosoldier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gitreset!(path) = cd(gitreset!, path)
# error handling #
##################

immutable NanosoldierError{E<:Exception} <: Exception
type NanosoldierError{E<:Exception} <: Exception
url::UTF8String
msg::UTF8String
err::E
Expand Down

0 comments on commit b74c786

Please sign in to comment.