-
Sub-task
-
Resolution: Fixed
-
Major
-
None
-
None
-
Security Level: Public (Visbile by non-authn users.)
-
None
Inheriting from std::runtime_error allows to avoid to manage an internal string. Most of the times it's enough to define a constructor taking a string, all the rest is inherited. With C++11 also the constructor could be inherited.
- relates to
-
STOR-1301 Remove useless destructors and constructors
- Closed