// file : cutl/fs/exception.cxx // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include namespace cutl { namespace fs { char const* error:: what () const LIBCUTL_NOTHROW_NOEXCEPT { return "filesystem error"; } } }