1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/* * Copyright Andrey Semashev 2007 - 2015. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) */ /*! * \file * \author Andrey Semashev * \date 31.10.2009 * * The header contains exception classes declarations. */ #ifndef BOOST_LOG_EXCEPTIONS_HPP_INCLUDED_ #define BOOST_LOG_EXCEPTIONS_HPP_INCLUDED_ #include #include #include #include #include #include #include #include #include #include #ifdef BOOST_HAS_PRAGMA_ONCE #pragma once #endif namespace boost { // Forward-declaration of an exception base class from Boost.Exception #if defined(__GNUC__) # if (__GNUC__ == 4 && __GNUC_MINOR__ >= 1) || (__GNUC__ > 4) # pragma GCC visibility push (default) class exception; # pragma GCC visibility pop # else class exception; # endif #else class BOOST_SYMBOL_VISIBLE exception; #endif BOOST_LOG_OPEN_NAMESPACE namespace aux { //! Attaches attribute name exception information BOOST_LOG_API void attach_attribute_name_info(exception& e, attribute_name const& name); } // namespace aux /*! * \brief Base class for memory allocation errors * * Exceptions derived from this class indicate problems with memory allocation. */ class BOOST_LOG_API bad_alloc : public std::bad_alloc { private: std::string m_message; public: /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit bad_alloc(const char* descr); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit bad_alloc(std::string const& descr); /*! * Destructor */ ~bad_alloc() throw() BOOST_OVERRIDE; /*! * Error message accessor. */ const char* what() const throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief The exception is used to indicate reaching a storage capacity limit */ class BOOST_LOG_API capacity_limit_reached : public bad_alloc { public: /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit capacity_limit_reached(const char* descr); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit capacity_limit_reached(std::string const& descr); /*! * Destructor */ ~capacity_limit_reached() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Base class for runtime exceptions from the logging library * * Exceptions derived from this class indicate a problem that may not directly * be caused by the user's code that interacts with the library, such as * errors caused by input data. */ class BOOST_LOG_API runtime_error : public std::runtime_error { public: /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit runtime_error(std::string const& descr); /*! * Destructor */ ~runtime_error() throw() BOOST_OVERRIDE; }; /*! * \brief Exception class that is used to indicate errors of missing values */ class BOOST_LOG_API missing_value : public runtime_error { public: /*! * Default constructor. Creates an exception with the default error message. */ missing_value(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit missing_value(std::string const& descr); /*! * Destructor */ ~missing_value() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name); #endif }; /*! * \brief Exception class that is used to indicate errors of incorrect type of an object */ class BOOST_LOG_API invalid_type : public runtime_error { public: /*! * Default constructor. Creates an exception with the default error message. */ invalid_type(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit invalid_type(std::string const& descr); /*! * Destructor */ ~invalid_type() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, typeindex::type_index const& type); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, typeindex::type_index const& type); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name, typeindex::type_index const& type); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name, typeindex::type_index const& type); #endif }; /*! * \brief Exception class that is used to indicate errors of incorrect value of an object */ class BOOST_LOG_API invalid_value : public runtime_error { public: /*! * Default constructor. Creates an exception with the default error message. */ invalid_value(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit invalid_value(std::string const& descr); /*! * Destructor */ ~invalid_value() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate parsing errors */ class BOOST_LOG_API parse_error : public runtime_error { public: /*! * Default constructor. Creates an exception with the default error message. */ parse_error(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit parse_error(std::string const& descr); /*! * Destructor */ ~parse_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, std::size_t content_line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, std::size_t content_line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, attribute_name const& name); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, attribute_name const& name); #endif }; /*! * \brief Exception class that is used to indicate conversion errors */ class BOOST_LOG_API conversion_error : public runtime_error { public: /*! * Default constructor. Creates an exception with the default error message. */ conversion_error(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit conversion_error(std::string const& descr); /*! * Destructor */ ~conversion_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate underlying OS API errors */ class BOOST_LOG_API system_error : public boost::system::system_error { public: /*! * Initializing constructor. Creates an exception with the specified error message. */ system_error(boost::system::error_code code, std::string const& descr); /*! * Destructor */ ~system_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, int system_error_code); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, int system_error_code); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr, boost::system::error_code code); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr, boost::system::error_code code); #endif }; /*! * \brief Base class for logic exceptions from the logging library * * Exceptions derived from this class usually indicate errors on the user's side, such as * incorrect library usage. */ class BOOST_LOG_API logic_error : public std::logic_error { public: /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit logic_error(std::string const& descr); /*! * Destructor */ ~logic_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate ODR violation */ class BOOST_LOG_API odr_violation : public logic_error { public: /*! * Default constructor. Creates an exception with the default error message. */ odr_violation(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit odr_violation(std::string const& descr); /*! * Destructor */ ~odr_violation() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate invalid call sequence */ class BOOST_LOG_API unexpected_call : public logic_error { public: /*! * Default constructor. Creates an exception with the default error message. */ unexpected_call(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit unexpected_call(std::string const& descr); /*! * Destructor */ ~unexpected_call() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate invalid library setup */ class BOOST_LOG_API setup_error : public logic_error { public: /*! * Default constructor. Creates an exception with the default error message. */ setup_error(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit setup_error(std::string const& descr); /*! * Destructor */ ~setup_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; /*! * \brief Exception class that is used to indicate library limitation */ class BOOST_LOG_API limitation_error : public logic_error { public: /*! * Default constructor. Creates an exception with the default error message. */ limitation_error(); /*! * Initializing constructor. Creates an exception with the specified error message. */ explicit limitation_error(std::string const& descr); /*! * Destructor */ ~limitation_error() throw() BOOST_OVERRIDE; #ifndef BOOST_LOG_DOXYGEN_PASS static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, const char* descr); static BOOST_LOG_NORETURN void throw_(const char* file, std::size_t line, std::string const& descr); #endif }; BOOST_LOG_CLOSE_NAMESPACE // namespace log } // namespace boost #ifndef BOOST_LOG_DOXYGEN_PASS #define BOOST_LOG_THROW(ex)\ ex::throw_(__FILE__, static_cast< std::size_t >(__LINE__)) #define BOOST_LOG_THROW_DESCR(ex, descr)\ ex::throw_(__FILE__, static_cast< std::size_t >(__LINE__), descr) #define BOOST_LOG_THROW_DESCR_PARAMS(ex, descr, params)\ ex::throw_(__FILE__, static_cast< std::size_t >(__LINE__), descr, BOOST_PP_SEQ_ENUM(params)) #endif // BOOST_LOG_DOXYGEN_PASS #include #endif // BOOST_LOG_EXCEPTIONS_HPP_INCLUDED_