Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. {
  2. "message": "Class 'App\\Http\\Controllers\\Ingredient' not found",
  3. "exception": "Symfony\\Component\\Debug\\Exception\\FatalThrowableError",
  4. "file": "/home/CommandBackend/app/Http/Controllers/HayStackOutsideController.php",
  5. "line": 38,
  6. "trace": [
  7. {
  8. "function": "store",
  9. "class": "App\\Http\\Controllers\\HayStackOutsideController",
  10. "type": "->"
  11. },
  12. {
  13. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Controller.php",
  14. "line": 54,
  15. "function": "call_user_func_array"
  16. },
  17. {
  18. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php",
  19. "line": 45,
  20. "function": "callAction",
  21. "class": "Illuminate\\Routing\\Controller",
  22. "type": "->"
  23. },
  24. {
  25. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Route.php",
  26. "line": 212,
  27. "function": "dispatch",
  28. "class": "Illuminate\\Routing\\ControllerDispatcher",
  29. "type": "->"
  30. },
  31. {
  32. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Route.php",
  33. "line": 169,
  34. "function": "runController",
  35. "class": "Illuminate\\Routing\\Route",
  36. "type": "->"
  37. },
  38. {
  39. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Router.php",
  40. "line": 658,
  41. "function": "run",
  42. "class": "Illuminate\\Routing\\Route",
  43. "type": "->"
  44. },
  45. {
  46. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
  47. "line": 30,
  48. "function": "Illuminate\\Routing\\{closure}",
  49. "class": "Illuminate\\Routing\\Router",
  50. "type": "->"
  51. },
  52. {
  53. "file": "/home/CommandBackend/app/Http/Middleware/SentryContext.php",
  54. "line": 34,
  55. "function": "Illuminate\\Routing\\{closure}",
  56. "class": "Illuminate\\Routing\\Pipeline",
  57. "type": "->"
  58. },
  59. {
  60. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
  61. "line": 149,
  62. "function": "handle",
  63. "class": "App\\Http\\Middleware\\SentryContext",
  64. "type": "->"
  65. },
  66. {
  67. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
  68. "line": 53,
  69. "function": "Illuminate\\Pipeline\\{closure}",
  70. "class": "Illuminate\\Pipeline\\Pipeline",
  71. "type": "->"
  72. },
  73. {
  74. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php",
  75. "line": 41,
  76. "function": "Illuminate\\Routing\\{closure}",
  77. "class": "Illuminate\\Routing\\Pipeline",
  78. "type": "->"
  79. },
  80. {
  81. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
  82. "line": 149,
  83. "function": "handle",
  84. "class": "Illuminate\\Routing\\Middleware\\SubstituteBindings",
  85. "type": "->"
  86. },
  87. {
  88. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
  89. "line": 53,
  90. "function": "Illuminate\\Pipeline\\{closure}",
  91. "class": "Illuminate\\Pipeline\\Pipeline",
  92. "type": "->"
  93. },
  94. {
  95. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php",
  96. "line": 43,
  97. "function": "Illuminate\\Routing\\{closure}",
  98. "class": "Illuminate\\Routing\\Pipeline",
  99. "type": "->"
  100. },
  101. {
  102. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
  103. "line": 149,
  104. "function": "handle",
  105. "class": "Illuminate\\Auth\\Middleware\\Authenticate",
  106. "type": "->"
  107. },
  108. {
  109. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php",
  110. "line": 53,
  111. "function": "Illuminate\\Pipeline\\{closure}",
  112. "class": "Illuminate\\Pipeline\\Pipeline",
  113. "type": "->"
  114. },
  115. {
  116. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php",
  117. "line": 57,
  118. "function": "Illuminate\\Routing\\{closure}",
  119. "class": "Illuminate\\Routing\\Pipeline",
  120. "type": "->"
  121. },
  122. {
  123. "file": "/home/CommandBackend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php",
  124. "line"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement