异常(Throwing Exceptions)

    1. PHALCON_CONCAT_SVS(&exception_message, "Unable to insert into ", table, " without data");
    2.  
    3.  
    4. // The exception constructor must be manually called
    5. phalcon_throw_exception(&exception);
    6. return;