bin_file_throw.cpp 339 B

123456789101112131415161718
  1. //
  2. // $Id$
  3. //
  4. #include<__vic/bin_file.h>
  5. #include<__vic/error.h>
  6. namespace __vic {
  7. //----------------------------------------------------------------------------
  8. void bin_file::throw_last_error(const char *msg)
  9. {
  10. throw exception(msg);
  11. }
  12. //----------------------------------------------------------------------------
  13. } // namespace