Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6692771
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:54:21+00:00 2026-05-26T05:54:21+00:00

to sum it up: I’ve got an exception-class (\core\exceptions\GuruMeditationException) that extends from \Exception. Every

  • 0

to sum it up: I’ve got an exception-class (\core\exceptions\GuruMeditationException) that extends from \Exception. Every other exception class simply extends from my own exception class.
When my code runs and an exception is thrown everything works perfect for me.

Now:
Assume I have a class (\app\HomeView) that extends from \core\base\mvc\View. Exceptions thrown in there are caught fine, too. The class declaration looks like this:

namespace app;
class HomeView extends \core\base\mvc\View {
}

But:
If I do the following:

namespace app;
class HomeView extends \core\base\mvc\DoesNotExist {   # line 5
}

then no exception is caught anymore.
I’ve already tried to catch all exceptions i created, with and without namespace. I also tried to catch ‘Exception’ and ‘\Exception’ but nothing will help.
Instead I get an error similar to that:

Fatal error: Class 'core\base\mvc\DoesNotExistView' not found in /var/www/abuhome/htdocs/test-namespace/class/HomeView.class.php on line 5

Call Stack:
0.0001     635104   1. {main}() /var/www/abuhome/htdocs/test-namespace/index.php:0
0.0135    1536280   2. core\Quantum->make() /var/www/abuhome/htdocs/test-namespace/index.php:36
0.0135    1540880   3. core\scriptlet\ProtocolScriptlet->dispatch() /home/equinox/qf-namespace/class/Quantum.class.php:124
0.0136    1540880   4. core\scriptlet\XhtmlScriptlet->dispatch() /home/equinox/qf-namespace/class/scriptlet/ProtocolScriptlet.class.php:39
0.0136    1540880   5. core\template\tpl\TplContainerParser->parseContainerFile() /home/equinox/qf-namespace/class/scriptlet/XhtmlScriptlet.class.php:22
0.0139    1564656   6. core\scriptlet\ContentScriptlet->executeSuitingRequestParameter() /home/equinox/qf-namespace/class/template/tpl/TplContainerParser.class.php:42
0.0139    1564656   7. core\scriptlet\ContentScriptlet->processMainContent() /home/equinox/qf-namespace/class/scriptlet/ContentScriptlet.class.php:145
0.0141    1573640   8. core\scriptlet\ContentScriptlet->processModule() /home/equinox/qf-namespace/class/scriptlet/ContentScriptlet.class.php:154
0.0143    1583808   9. include('/var/www/abuhome/htdocs/test-namespace/modules/home.php') /home/equinox/qf-namespace/class/scriptlet/ContentScriptlet.class.php:174
0.0143    1584248  10. uses() /var/www/abuhome/htdocs/test-namespace/modules/home.php:4
0.0151    1637696  11. require_once('/var/www/abuhome/htdocs/test-namespace/class/HomeView.class.php') /home/equinox/qf-namespace/functions/uses.function.php:49

Can anyone help me please? I think I’ve forgot something, but I can’t figure out what it is >.<

thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:54:21+00:00Added an answer on May 26, 2026 at 5:54 am

    You cannot catch or stop fatal errors, they are fatal.

    A syntax error is not an exceptional circumstance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SELECT sum(TotalHoursM) + (TotalHoursT) + (TotalHoursW) + (TotalHoursTH) + (TotalHoursF) AS TOTAL FROM LeaveRequest
SELECT SUM(a.Clicks) AS Clicks, SUM(b.NoOfUsers) Users, c.WEEK_NUM, b2.ALL_TASKS FROM (SELECT SUM(CLICK_CNT) AS Clicks, TO_CHAR(RQST_DT,'YYYY-MM-DD')
SELECT (SELECT IIF(IsNull(sum(b.AmountCharged) - sum(b.AmountPaid)), a.Balance, (sum(b.AmountCharged) - sum(b.AmountPaid))) FROM tblCurrentTransaction AS b WHERE
I would like to create a safe sum extension method that would have the
If SELECT SUM(amount) FROM transactions ORDER BY order LIMIT 0, 50 sums the amount
string queryString = SELECT SUM(skupaj_kalorij)as Skupaj_Kalorij + FROM (obroki_save LEFT JOIN users ON obroki_save.ID_uporabnika=users.ID)
I try to sum the traffic of diffrent ports in the logfiles from IPCop
I have a sum that I'm trying to compute, and I'm having difficulty parallelizing
SELECT id,name,SUM(`lsa`) AS lst FROM table_a AS sn, table_b AS fb WHERE sn.uid=fb.uid AND
How do I sum from whats in B2 to C2 ? B2 = A10

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.