Commit bec54f29 authored by neverlord's avatar neverlord

actor_exited::reason

parent 95355e1b
...@@ -59,7 +59,7 @@ class bind_failure : public network_exception ...@@ -59,7 +59,7 @@ class bind_failure : public network_exception
}; };
inline std::uint32_t exception::reason() const throw() inline std::uint32_t actor_exited::reason() const throw()
{ {
return m_reason; return m_reason;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment